Html Css Color HEX #B03916 Rust

📋 copy color: '#B03916'

red 176 ◦ green 57 ◦ blue 22

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

Shades of Rust #B03916

Tints of Rust #B03916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 69.02%
G = 22.35%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03916 (or 0xB03916) is known color: Rust. HEX triplet: B0, 39 and 16. RGB value is (176,57,22). Sum of RGB (Red+Green+Blue) = 176+57+22=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B03916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03916 is #4FC6E9. Grayscale: #585858. Windows color (decimal): -5228266 or 1456560. OLE color: 1456560.

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

Color convert

RGB 176 57 22 -
CMYK 0 0.68 0.88 0.31
HSL 13.64º 0.78% 0.39% -
HSV(B) 13.64º 0.88% 0.69% -
XYZ 19.51 12.21 2.09 -
YUV 88.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 176 57 22 0 0.68 0.88 0.31 13.64 0.78 0.39
Hex B0 39 16 0 44 58 1F E 4E 27
Octal 260 71 26 0 104 130 37 16 116 47
Binary 10110000 111001 10110 0 1000100 1011000 11111 1110 1001110 100111

Color Harmonies of #B03916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03916

Black with #B03916

Text Example


Text Example

White with #B03916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03916; }

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

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

background-color css

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

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

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

border-color css

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

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

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