Html Css Color HEX #B33B20 Rust

📋 copy color: '#B33B20'

red 179 ◦ green 59 ◦ blue 32

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

Shades of Rust #B33B20

Tints of Rust #B33B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 66.3%
G = 21.85%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33B20 (or 0xB33B20) is known color: Rust. HEX triplet: B3, 3B and 20. RGB value is (179,59,32). Sum of RGB (Red+Green+Blue) = 179+59+32=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B20 is #4CC4DF. Grayscale: #5C5C5C. Windows color (decimal): -5031136 or 2112435. OLE color: 2112435.

HSL color Cylindrical-coordinate representation of color #B33B20: hue angle of 11.02º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B33B20 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 32 -
CMYK 0 0.67 0.82 0.30
HSL 11.02º 0.7% 0.41% -
HSV(B) 11.02º 0.82% 0.7% -
XYZ 20.42 12.82 2.76 -
YUV 91.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 179 59 32 0 0.67 0.82 0.30 11.02 0.7 0.41
Hex B3 3B 20 0 43 52 1E B 46 29
Octal 263 73 40 0 103 122 36 13 106 51
Binary 10110011 111011 100000 0 1000011 1010010 11110 1011 1000110 101001

Color Harmonies of #B33B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B20

Black with #B33B20

Text Example


Text Example

White with #B33B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B20; }

 p { color: rgb(179,59,32); }

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

background-color css

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

 a { background-color: rgb(179,59,32); }

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

border-color css

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

 span { border-color: rgb(179,59,32); }

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