Html Css Color HEX #B53102 Rust

📋 copy color: '#B53102'

red 181 ◦ green 49 ◦ blue 2

#B53102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B53102

Tints of Rust #B53102

RGB

 RED value IS 181 (71.09% from 255) = 78.02%

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 78.02%
G = 21.12%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B53102 (or 0xB53102) is known color: Rust. HEX triplet: B5, 31 and 02. RGB value is (181,49,2). Sum of RGB (Red+Green+Blue) = 181+49+2=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B53102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53102 is #4ACEFD. Grayscale: #535353. Windows color (decimal): -4902654 or 143797. OLE color: 143797.

HSL color Cylindrical-coordinate representation of color #B53102: hue angle of 15.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B53102 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 2 -
CMYK 0 0.73 0.99 0.29
HSL 15.75º 0.98% 0.36% -
HSV(B) 15.75º 0.99% 0.71% -
XYZ 20.17 12.02 1.32 -
YUV 83.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 181 49 2 0 0.73 0.99 0.29 15.75 0.98 0.36
Hex B5 31 2 0 49 63 1D 10 62 24
Octal 265 61 2 0 111 143 35 20 142 44
Binary 10110101 110001 10 0 1001001 1100011 11101 10000 1100010 100100

Color Harmonies of #B53102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53102

Black with #B53102

Text Example


Text Example

White with #B53102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53102; }

 p { color: rgb(181,49,2); }

 H1.HeaderClassName
 {
   color: #B53102;
 }
 .AnyTagClassName
 {
   color: #B53102;
 }
</style>

background-color css

<style>
 a { background-color: #B53102; }

 a { background-color: rgb(181,49,2); }

 div.DivClassName
 {
   background-color: #B53102;
 }
 .BgClassName
 {
   background-color: #B53102;
 }
</style>

border-color css

<style>
 span { border-color: #B53102; }

 span { border-color: rgb(181,49,2); }

 td.TdClassName
 {
   border-color: #B53102;
 }
 .TagClassName
 {
   border-color: #B53102;
 }
</style>