Html Css Color HEX #B03417 Rust

📋 copy color: '#B03417'

red 176 ◦ green 52 ◦ blue 23

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

Shades of Rust #B03417

Tints of Rust #B03417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 70.12%
G = 20.72%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B03417 (or 0xB03417) is known color: Rust. HEX triplet: B0, 34 and 17. RGB value is (176,52,23). Sum of RGB (Red+Green+Blue) = 176+52+23=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03417 is #4FCBE8. Grayscale: #565656. Windows color (decimal): -5229545 or 1520816. OLE color: 1520816.

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

Color convert

RGB 176 52 23 -
CMYK 0 0.70 0.87 0.31
HSL 11.37º 0.77% 0.39% -
HSV(B) 11.37º 0.87% 0.69% -
XYZ 19.29 11.75 2.06 -
YUV 85.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 176 52 23 0 0.70 0.87 0.31 11.37 0.77 0.39
Hex B0 34 17 0 46 57 1F B 4D 27
Octal 260 64 27 0 106 127 37 13 115 47
Binary 10110000 110100 10111 0 1000110 1010111 11111 1011 1001101 100111

Color Harmonies of #B03417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03417

Black with #B03417

Text Example


Text Example

White with #B03417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03417; }

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

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

background-color css

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

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

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

border-color css

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

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

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