Html Css Color HEX #B33012 Rust

📋 copy color: '#B33012'

red 179 ◦ green 48 ◦ blue 18

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

Shades of Rust #B33012

Tints of Rust #B33012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 73.06%
G = 19.59%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B33012 (or 0xB33012) is known color: Rust. HEX triplet: B3, 30 and 12. RGB value is (179,48,18). Sum of RGB (Red+Green+Blue) = 179+48+18=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33012 is #4CCFED. Grayscale: #545454. Windows color (decimal): -5033966 or 1192115. OLE color: 1192115.

HSL color Cylindrical-coordinate representation of color #B33012: hue angle of 11.18º 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 #B33012 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 18 -
CMYK 0 0.73 0.90 0.30
HSL 11.18º 0.82% 0.39% -
HSV(B) 11.18º 0.9% 0.7% -
XYZ 19.76 11.74 1.8 -
YUV 83.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 179 48 18 0 0.73 0.90 0.30 11.18 0.82 0.39
Hex B3 30 12 0 49 5A 1E B 52 27
Octal 263 60 22 0 111 132 36 13 122 47
Binary 10110011 110000 10010 0 1001001 1011010 11110 1011 1010010 100111

Color Harmonies of #B33012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33012

Black with #B33012

Text Example


Text Example

White with #B33012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33012; }

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

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

background-color css

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

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

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

border-color css

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

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

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