Html Css Color HEX #B03316 Rust

📋 copy color: '#B03316'

red 176 ◦ green 51 ◦ blue 22

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

Shades of Rust #B03316

Tints of Rust #B03316

RGB

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

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

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

R = 70.68%
G = 20.48%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03316 (or 0xB03316) is known color: Rust. HEX triplet: B0, 33 and 16. RGB value is (176,51,22). Sum of RGB (Red+Green+Blue) = 176+51+22=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03316 is #4FCCE9. Grayscale: #555555. Windows color (decimal): -5229802 or 1455024. OLE color: 1455024.

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

Color convert

RGB 176 51 22 -
CMYK 0 0.71 0.88 0.31
HSL 11.3º 0.78% 0.39% -
HSV(B) 11.3º 0.88% 0.69% -
XYZ 19.23 11.66 2 -
YUV 85.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 176 51 22 0 0.71 0.88 0.31 11.3 0.78 0.39
Hex B0 33 16 0 47 58 1F B 4E 27
Octal 260 63 26 0 107 130 37 13 116 47
Binary 10110000 110011 10110 0 1000111 1011000 11111 1011 1001110 100111

Color Harmonies of #B03316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03316

Black with #B03316

Text Example


Text Example

White with #B03316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03316; }

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

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

background-color css

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

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

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

border-color css

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

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

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