Html Css Color HEX #B03616 Rust

📋 copy color: '#B03616'

red 176 ◦ green 54 ◦ blue 22

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

Shades of Rust #B03616

Tints of Rust #B03616

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 69.84%
G = 21.43%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03616 (or 0xB03616) is known color: Rust. HEX triplet: B0, 36 and 16. RGB value is (176,54,22). Sum of RGB (Red+Green+Blue) = 176+54+22=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03616 is #4FC9E9. Grayscale: #575757. Windows color (decimal): -5229034 or 1455792. OLE color: 1455792.

HSL color Cylindrical-coordinate representation of color #B03616: hue angle of 12.47º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03616 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 22 -
CMYK 0 0.69 0.88 0.31
HSL 12.47º 0.78% 0.39% -
HSV(B) 12.47º 0.88% 0.69% -
XYZ 19.37 11.93 2.04 -
YUV 86.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 176 54 22 0 0.69 0.88 0.31 12.47 0.78 0.39
Hex B0 36 16 0 45 58 1F C 4E 27
Octal 260 66 26 0 105 130 37 14 116 47
Binary 10110000 110110 10110 0 1000101 1011000 11111 1100 1001110 100111

Color Harmonies of #B03616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03616

Black with #B03616

Text Example


Text Example

White with #B03616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03616; }

 p { color: rgb(176,54,22); }

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

background-color css

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

 a { background-color: rgb(176,54,22); }

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

border-color css

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

 span { border-color: rgb(176,54,22); }

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