Html Css Color HEX #B03317 Rust

📋 copy color: '#B03317'

red 176 ◦ green 51 ◦ blue 23

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

Shades of Rust #B03317

Tints of Rust #B03317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 70.4%
G = 20.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B03317 (or 0xB03317) is known color: Rust. HEX triplet: B0, 33 and 17. RGB value is (176,51,23). Sum of RGB (Red+Green+Blue) = 176+51+23=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03317 is #4FCCE8. Grayscale: #555555. Windows color (decimal): -5229801 or 1520560. OLE color: 1520560.

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

Color convert

RGB 176 51 23 -
CMYK 0 0.71 0.87 0.31
HSL 10.98º 0.77% 0.39% -
HSV(B) 10.98º 0.87% 0.69% -
XYZ 19.24 11.66 2.05 -
YUV 85.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 176 51 23 0 0.71 0.87 0.31 10.98 0.77 0.39
Hex B0 33 17 0 47 57 1F B 4D 27
Octal 260 63 27 0 107 127 37 13 115 47
Binary 10110000 110011 10111 0 1000111 1010111 11111 1011 1001101 100111

Color Harmonies of #B03317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03317

Black with #B03317

Text Example


Text Example

White with #B03317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03317; }

 p { color: rgb(176,51,23); }

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

background-color css

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

 a { background-color: rgb(176,51,23); }

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

border-color css

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

 span { border-color: rgb(176,51,23); }

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