Html Css Color HEX #B03213 Rust

📋 copy color: '#B03213'

red 176 ◦ green 50 ◦ blue 19

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

Shades of Rust #B03213

Tints of Rust #B03213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 71.84%
G = 20.41%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03213 (or 0xB03213) is known color: Rust. HEX triplet: B0, 32 and 13. RGB value is (176,50,19). Sum of RGB (Red+Green+Blue) = 176+50+19=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B03213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03213 is #4FCDEC. Grayscale: #545454. Windows color (decimal): -5230061 or 1258160. OLE color: 1258160.

HSL color Cylindrical-coordinate representation of color #B03213: hue angle of 11.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03213 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 19 -
CMYK 0 0.72 0.89 0.31
HSL 11.85º 0.81% 0.38% -
HSV(B) 11.85º 0.89% 0.69% -
XYZ 19.16 11.56 1.84 -
YUV 84.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 176 50 19 0 0.72 0.89 0.31 11.85 0.81 0.38
Hex B0 32 13 0 48 59 1F C 51 26
Octal 260 62 23 0 110 131 37 14 121 46
Binary 10110000 110010 10011 0 1001000 1011001 11111 1100 1010001 100110

Color Harmonies of #B03213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03213

Black with #B03213

Text Example


Text Example

White with #B03213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03213; }

 p { color: rgb(176,50,19); }

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

background-color css

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

 a { background-color: rgb(176,50,19); }

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

border-color css

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

 span { border-color: rgb(176,50,19); }

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