Html Css Color HEX #B33312 Rust

📋 copy color: '#B33312'

red 179 ◦ green 51 ◦ blue 18

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

Shades of Rust #B33312

Tints of Rust #B33312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 72.18%
G = 20.56%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B33312 (or 0xB33312) is known color: Rust. HEX triplet: B3, 33 and 12. RGB value is (179,51,18). Sum of RGB (Red+Green+Blue) = 179+51+18=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B33312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33312 is #4CCCED. Grayscale: #555555. Windows color (decimal): -5033198 or 1192883. OLE color: 1192883.

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

Color convert

RGB 179 51 18 -
CMYK 0 0.72 0.90 0.30
HSL 12.3º 0.82% 0.39% -
HSV(B) 12.3º 0.9% 0.7% -
XYZ 19.88 12 1.84 -
YUV 85.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 179 51 18 0 0.72 0.90 0.30 12.3 0.82 0.39
Hex B3 33 12 0 48 5A 1E C 52 27
Octal 263 63 22 0 110 132 36 14 122 47
Binary 10110011 110011 10010 0 1001000 1011010 11110 1100 1010010 100111

Color Harmonies of #B33312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33312

Black with #B33312

Text Example


Text Example

White with #B33312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33312; }

 p { color: rgb(179,51,18); }

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

background-color css

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

 a { background-color: rgb(179,51,18); }

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

border-color css

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

 span { border-color: rgb(179,51,18); }

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