Html Css Color HEX #B33006 Rust

📋 copy color: '#B33006'

red 179 ◦ green 48 ◦ blue 6

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

Shades of Rust #B33006

Tints of Rust #B33006

RGB

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

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

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

R = 76.82%
G = 20.6%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33006 (or 0xB33006) is known color: Rust. HEX triplet: B3, 30 and 06. RGB value is (179,48,6). Sum of RGB (Red+Green+Blue) = 179+48+6=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B33006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33006 is #4CCFF9. Grayscale: #525252. Windows color (decimal): -5033978 or 405683. OLE color: 405683.

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

Color convert

RGB 179 48 6 -
CMYK 0 0.73 0.97 0.30
HSL 14.57º 0.94% 0.36% -
HSV(B) 14.57º 0.97% 0.7% -
XYZ 19.68 11.71 1.4 -
YUV 82.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 179 48 6 0 0.73 0.97 0.30 14.57 0.94 0.36
Hex B3 30 6 0 49 61 1E F 5E 24
Octal 263 60 6 0 111 141 36 17 136 44
Binary 10110011 110000 110 0 1001001 1100001 11110 1111 1011110 100100

Color Harmonies of #B33006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33006

Black with #B33006

Text Example


Text Example

White with #B33006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33006; }

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

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

background-color css

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

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

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

border-color css

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

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

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