Html Css Color HEX #B03516 Rust

📋 copy color: '#B03516'

red 176 ◦ green 53 ◦ blue 22

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

Shades of Rust #B03516

Tints of Rust #B03516

RGB

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

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

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

R = 70.12%
G = 21.12%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03516 (or 0xB03516) is known color: Rust. HEX triplet: B0, 35 and 16. RGB value is (176,53,22). Sum of RGB (Red+Green+Blue) = 176+53+22=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03516 is #4FCAE9. Grayscale: #565656. Windows color (decimal): -5229290 or 1455536. OLE color: 1455536.

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

Color convert

RGB 176 53 22 -
CMYK 0 0.70 0.88 0.31
HSL 12.08º 0.78% 0.39% -
HSV(B) 12.08º 0.88% 0.69% -
XYZ 19.32 11.83 2.02 -
YUV 86.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 176 53 22 0 0.70 0.88 0.31 12.08 0.78 0.39
Hex B0 35 16 0 46 58 1F C 4E 27
Octal 260 65 26 0 106 130 37 14 116 47
Binary 10110000 110101 10110 0 1000110 1011000 11111 1100 1001110 100111

Color Harmonies of #B03516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03516

Black with #B03516

Text Example


Text Example

White with #B03516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03516; }

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

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

background-color css

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

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

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

border-color css

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

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

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