Html Css Color HEX #B03517 Rust

📋 copy color: '#B03517'

red 176 ◦ green 53 ◦ blue 23

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

Shades of Rust #B03517

Tints of Rust #B03517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 69.84%
G = 21.03%
B = 9.13%

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

#B03517 (or 0xB03517) is known color: Rust. HEX triplet: B0, 35 and 17. RGB value is (176,53,23). Sum of RGB (Red+Green+Blue) = 176+53+23=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03517 is #4FCAE8. Grayscale: #565656. Windows color (decimal): -5229289 or 1521072. OLE color: 1521072.

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

Color convert

RGB 176 53 23 -
CMYK 0 0.70 0.87 0.31
HSL 11.76º 0.77% 0.39% -
HSV(B) 11.76º 0.87% 0.69% -
XYZ 19.33 11.84 2.08 -
YUV 86.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 176 53 23 0 0.70 0.87 0.31 11.76 0.77 0.39
Hex B0 35 17 0 46 57 1F C 4D 27
Octal 260 65 27 0 106 127 37 14 115 47
Binary 10110000 110101 10111 0 1000110 1010111 11111 1100 1001101 100111

Color Harmonies of #B03517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03517

Black with #B03517

Text Example


Text Example

White with #B03517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03517; }

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

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

background-color css

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

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

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

border-color css

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

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

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