Html Css Color HEX #B33213 Rust

📋 copy color: '#B33213'

red 179 ◦ green 50 ◦ blue 19

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

Shades of Rust #B33213

Tints of Rust #B33213

RGB

 RED value IS 179 (70.31% from 255) = 72.18%

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

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

R = 72.18%
G = 20.16%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33213 (or 0xB33213) is known color: Rust. HEX triplet: B3, 32 and 13. RGB value is (179,50,19). Sum of RGB (Red+Green+Blue) = 179+50+19=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B33213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33213 is #4CCDEC. Grayscale: #555555. Windows color (decimal): -5033453 or 1258163. OLE color: 1258163.

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

Color convert

RGB 179 50 19 -
CMYK 0 0.72 0.89 0.30
HSL 11.63º 0.81% 0.39% -
HSV(B) 11.63º 0.89% 0.7% -
XYZ 19.85 11.91 1.87 -
YUV 85.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 179 50 19 0 0.72 0.89 0.30 11.63 0.81 0.39
Hex B3 32 13 0 48 59 1E C 51 27
Octal 263 62 23 0 110 131 36 14 121 47
Binary 10110011 110010 10011 0 1001000 1011001 11110 1100 1010001 100111

Color Harmonies of #B33213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33213

Black with #B33213

Text Example


Text Example

White with #B33213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33213; }

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

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

background-color css

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

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

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

border-color css

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

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

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