Html Css Color HEX #B33306 Rust

📋 copy color: '#B33306'

red 179 ◦ green 51 ◦ blue 6

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

Shades of Rust #B33306

Tints of Rust #B33306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 75.85%
G = 21.61%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33306 (or 0xB33306) is known color: Rust. HEX triplet: B3, 33 and 06. RGB value is (179,51,6). Sum of RGB (Red+Green+Blue) = 179+51+6=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B33306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33306 is #4CCCF9. Grayscale: #545454. Windows color (decimal): -5033210 or 406451. OLE color: 406451.

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

Color convert

RGB 179 51 6 -
CMYK 0 0.72 0.97 0.30
HSL 15.61º 0.94% 0.36% -
HSV(B) 15.61º 0.97% 0.7% -
XYZ 19.81 11.96 1.44 -
YUV 84.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 179 51 6 0 0.72 0.97 0.30 15.61 0.94 0.36
Hex B3 33 6 0 48 61 1E 10 5E 24
Octal 263 63 6 0 110 141 36 20 136 44
Binary 10110011 110011 110 0 1001000 1100001 11110 10000 1011110 100100

Color Harmonies of #B33306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33306

Black with #B33306

Text Example


Text Example

White with #B33306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33306; }

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

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

background-color css

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

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

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

border-color css

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

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

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