Html Css Color HEX #B33506 Rust

📋 copy color: '#B33506'

red 179 ◦ green 53 ◦ blue 6

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

Shades of Rust #B33506

Tints of Rust #B33506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 75.21%
G = 22.27%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33506 (or 0xB33506) is known color: Rust. HEX triplet: B3, 35 and 06. RGB value is (179,53,6). Sum of RGB (Red+Green+Blue) = 179+53+6=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B33506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33506 is #4CCAF9. Grayscale: #555555. Windows color (decimal): -5032698 or 406963. OLE color: 406963.

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

Color convert

RGB 179 53 6 -
CMYK 0 0.70 0.97 0.30
HSL 16.3º 0.94% 0.36% -
HSV(B) 16.3º 0.97% 0.7% -
XYZ 19.9 12.14 1.47 -
YUV 85.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 179 53 6 0 0.70 0.97 0.30 16.3 0.94 0.36
Hex B3 35 6 0 46 61 1E 10 5E 24
Octal 263 65 6 0 106 141 36 20 136 44
Binary 10110011 110101 110 0 1000110 1100001 11110 10000 1011110 100100

Color Harmonies of #B33506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33506

Black with #B33506

Text Example


Text Example

White with #B33506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33506; }

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

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

background-color css

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

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

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

border-color css

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

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

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