Html Css Color HEX #B33600 Rust

📋 copy color: '#B33600'

red 179 ◦ green 54 ◦ blue 0

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

Shades of Rust #B33600

Tints of Rust #B33600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 76.82%
G = 23.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B33600 (or 0xB33600) is known color: Rust. HEX triplet: B3, 36 and 00. RGB value is (179,54,0). Sum of RGB (Red+Green+Blue) = 179+54+0=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B33600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33600 is #4CC9FF. Grayscale: #555555. Windows color (decimal): -5032448 or 14003. OLE color: 14003.

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

Color convert

RGB 179 54 0 -
CMYK 0 0.70 1 0.30
HSL 18.1º 1% 0.35% -
HSV(B) 18.1º 1% 0.7% -
XYZ 19.91 12.22 1.31 -
YUV 85.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 179 54 0 0 0.70 1 0.30 18.1 1 0.35
Hex B3 36 0 0 46 64 1E 12 64 23
Octal 263 66 0 0 106 144 36 22 144 43
Binary 10110011 110110 0 0 1000110 1100100 11110 10010 1100100 100011

Color Harmonies of #B33600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33600

Black with #B33600

Text Example


Text Example

White with #B33600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33600; }

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

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

background-color css

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

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

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

border-color css

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

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

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