Html Css Color HEX #B33300 Rust

📋 copy color: '#B33300'

red 179 ◦ green 51 ◦ blue 0

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

Shades of Rust #B33300

Tints of Rust #B33300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 77.83%
G = 22.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B33300 (or 0xB33300) is known color: Rust. HEX triplet: B3, 33 and 00. RGB value is (179,51,0). Sum of RGB (Red+Green+Blue) = 179+51+0=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B33300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33300 is #4CCCFF. Grayscale: #535353. Windows color (decimal): -5033216 or 13235. OLE color: 13235.

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

Color convert

RGB 179 51 0 -
CMYK 0 0.72 1 0.30
HSL 17.09º 1% 0.35% -
HSV(B) 17.09º 1% 0.7% -
XYZ 19.77 11.95 1.26 -
YUV 83.46 80.91 196.15 -
System Red Green Blue C M Y K H S L
Decimal 179 51 0 0 0.72 1 0.30 17.09 1 0.35
Hex B3 33 0 0 48 64 1E 11 64 23
Octal 263 63 0 0 110 144 36 21 144 43
Binary 10110011 110011 0 0 1001000 1100100 11110 10001 1100100 100011

Color Harmonies of #B33300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33300

Black with #B33300

Text Example


Text Example

White with #B33300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33300; }

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

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

background-color css

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

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

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

border-color css

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

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

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