Html Css Color HEX #B33B0A Rust

📋 copy color: '#B33B0A'

red 179 ◦ green 59 ◦ blue 10

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

Shades of Rust #B33B0A

Tints of Rust #B33B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 72.18%
G = 23.79%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B33B0A (or 0xB33B0A) is known color: Rust. HEX triplet: B3, 3B and 0A. RGB value is (179,59,10). Sum of RGB (Red+Green+Blue) = 179+59+10=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B0A is #4CC4F5. Grayscale: #595959. Windows color (decimal): -5031158 or 670643. OLE color: 670643.

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

Color convert

RGB 179 59 10 -
CMYK 0 0.67 0.94 0.30
HSL 17.4º 0.89% 0.37% -
HSV(B) 17.4º 0.94% 0.7% -
XYZ 20.21 12.73 1.68 -
YUV 89.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 179 59 10 0 0.67 0.94 0.30 17.4 0.89 0.37
Hex B3 3B A 0 43 5E 1E 11 59 25
Octal 263 73 12 0 103 136 36 21 131 45
Binary 10110011 111011 1010 0 1000011 1011110 11110 10001 1011001 100101

Color Harmonies of #B33B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B0A

Black with #B33B0A

Text Example


Text Example

White with #B33B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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