Html Css Color HEX #B33000 Rust

📋 copy color: '#B33000'

red 179 ◦ green 48 ◦ blue 0

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

Shades of Rust #B33000

Tints of Rust #B33000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 78.85%
G = 21.15%
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

#B33000 (or 0xB33000) is known color: Rust. HEX triplet: B3, 30 and 00. RGB value is (179,48,0). Sum of RGB (Red+Green+Blue) = 179+48+0=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B33000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33000 is #4CCFFF. Grayscale: #525252. Windows color (decimal): -5033984 or 12467. OLE color: 12467.

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

Color convert

RGB 179 48 0 -
CMYK 0 0.73 1 0.30
HSL 16.09º 1% 0.35% -
HSV(B) 16.09º 1% 0.7% -
XYZ 19.65 11.7 1.22 -
YUV 81.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 179 48 0 0 0.73 1 0.30 16.09 1 0.35
Hex B3 30 0 0 49 64 1E 10 64 23
Octal 263 60 0 0 111 144 36 20 144 43
Binary 10110011 110000 0 0 1001001 1100100 11110 10000 1100100 100011

Color Harmonies of #B33000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33000

Black with #B33000

Text Example


Text Example

White with #B33000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33000; }

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

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

background-color css

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

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

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

border-color css

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

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

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