Html Css Color HEX #B33004 Rust

📋 copy color: '#B33004'

red 179 ◦ green 48 ◦ blue 4

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

Shades of Rust #B33004

Tints of Rust #B33004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 77.49%
G = 20.78%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33004 (or 0xB33004) is known color: Rust. HEX triplet: B3, 30 and 04. RGB value is (179,48,4). Sum of RGB (Red+Green+Blue) = 179+48+4=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B33004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33004 is #4CCFFB. Grayscale: #525252. Windows color (decimal): -5033980 or 274611. OLE color: 274611.

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

Color convert

RGB 179 48 4 -
CMYK 0 0.73 0.98 0.30
HSL 15.09º 0.96% 0.36% -
HSV(B) 15.09º 0.98% 0.7% -
XYZ 19.67 11.71 1.34 -
YUV 82.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 179 48 4 0 0.73 0.98 0.30 15.09 0.96 0.36
Hex B3 30 4 0 49 62 1E F 60 24
Octal 263 60 4 0 111 142 36 17 140 44
Binary 10110011 110000 100 0 1001001 1100010 11110 1111 1100000 100100

Color Harmonies of #B33004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33004

Black with #B33004

Text Example


Text Example

White with #B33004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33004; }

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

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

background-color css

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

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

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

border-color css

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

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

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