Html Css Color HEX #B33206 Rust

📋 copy color: '#B33206'

red 179 ◦ green 50 ◦ blue 6

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

Shades of Rust #B33206

Tints of Rust #B33206

RGB

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

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

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

R = 76.17%
G = 21.28%
B = 2.55%

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

#B33206 (or 0xB33206) is known color: Rust. HEX triplet: B3, 32 and 06. RGB value is (179,50,6). Sum of RGB (Red+Green+Blue) = 179+50+6=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B33206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33206 is #4CCDF9. Grayscale: #535353. Windows color (decimal): -5033466 or 406195. OLE color: 406195.

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

Color convert

RGB 179 50 6 -
CMYK 0 0.72 0.97 0.30
HSL 15.26º 0.94% 0.36% -
HSV(B) 15.26º 0.97% 0.7% -
XYZ 19.76 11.88 1.42 -
YUV 83.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 179 50 6 0 0.72 0.97 0.30 15.26 0.94 0.36
Hex B3 32 6 0 48 61 1E F 5E 24
Octal 263 62 6 0 110 141 36 17 136 44
Binary 10110011 110010 110 0 1001000 1100001 11110 1111 1011110 100100

Color Harmonies of #B33206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33206

Black with #B33206

Text Example


Text Example

White with #B33206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33206; }

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

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

background-color css

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

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

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

border-color css

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

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

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