Html Css Color HEX #B33100 Rust

📋 copy color: '#B33100'

red 179 ◦ green 49 ◦ blue 0

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

Shades of Rust #B33100

Tints of Rust #B33100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.51%
G = 21.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B33100 (or 0xB33100) is known color: Rust. HEX triplet: B3, 31 and 00. RGB value is (179,49,0). Sum of RGB (Red+Green+Blue) = 179+49+0=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B33100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33100 is #4CCEFF. Grayscale: #525252. Windows color (decimal): -5033728 or 12723. OLE color: 12723.

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

Color convert

RGB 179 49 0 -
CMYK 0 0.73 1 0.30
HSL 16.42º 1% 0.35% -
HSV(B) 16.42º 1% 0.7% -
XYZ 19.69 11.78 1.24 -
YUV 82.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 179 49 0 0 0.73 1 0.30 16.42 1 0.35
Hex B3 31 0 0 49 64 1E 10 64 23
Octal 263 61 0 0 111 144 36 20 144 43
Binary 10110011 110001 0 0 1001001 1100100 11110 10000 1100100 100011

Color Harmonies of #B33100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33100

Black with #B33100

Text Example


Text Example

White with #B33100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33100; }

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

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

background-color css

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

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

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

border-color css

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

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

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