Html Css Color HEX #B33106 Rust

📋 copy color: '#B33106'

red 179 ◦ green 49 ◦ blue 6

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

Shades of Rust #B33106

Tints of Rust #B33106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

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

R = 76.5%
G = 20.94%
B = 2.56%

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

#B33106 (or 0xB33106) is known color: Rust. HEX triplet: B3, 31 and 06. RGB value is (179,49,6). Sum of RGB (Red+Green+Blue) = 179+49+6=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B33106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33106 is #4CCEF9. Grayscale: #535353. Windows color (decimal): -5033722 or 405939. OLE color: 405939.

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

Color convert

RGB 179 49 6 -
CMYK 0 0.73 0.97 0.30
HSL 14.91º 0.94% 0.36% -
HSV(B) 14.91º 0.97% 0.7% -
XYZ 19.72 11.79 1.41 -
YUV 82.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 179 49 6 0 0.73 0.97 0.30 14.91 0.94 0.36
Hex B3 31 6 0 49 61 1E F 5E 24
Octal 263 61 6 0 111 141 36 17 136 44
Binary 10110011 110001 110 0 1001001 1100001 11110 1111 1011110 100100

Color Harmonies of #B33106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33106

Black with #B33106

Text Example


Text Example

White with #B33106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33106; }

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

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

background-color css

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

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

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

border-color css

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

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

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