Html Css Color HEX #B03B16 Rust

📋 copy color: '#B03B16'

red 176 ◦ green 59 ◦ blue 22

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

Shades of Rust #B03B16

Tints of Rust #B03B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

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

R = 68.48%
G = 22.96%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03B16 (or 0xB03B16) is known color: Rust. HEX triplet: B0, 3B and 16. RGB value is (176,59,22). Sum of RGB (Red+Green+Blue) = 176+59+22=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03B16 is #4FC4E9. Grayscale: #5A5A5A. Windows color (decimal): -5227754 or 1457072. OLE color: 1457072.

HSL color Cylindrical-coordinate representation of color #B03B16: hue angle of 14.42º 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 #B03B16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 59 22 -
CMYK 0 0.66 0.88 0.31
HSL 14.42º 0.78% 0.39% -
HSV(B) 14.42º 0.88% 0.69% -
XYZ 19.61 12.42 2.12 -
YUV 89.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 176 59 22 0 0.66 0.88 0.31 14.42 0.78 0.39
Hex B0 3B 16 0 42 58 1F E 4E 27
Octal 260 73 26 0 102 130 37 16 116 47
Binary 10110000 111011 10110 0 1000010 1011000 11111 1110 1001110 100111

Color Harmonies of #B03B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03B16

Black with #B03B16

Text Example


Text Example

White with #B03B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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