Html Css Color HEX #B33304 Rust

📋 copy color: '#B33304'

red 179 ◦ green 51 ◦ blue 4

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

Shades of Rust #B33304

Tints of Rust #B33304

RGB

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

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

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

R = 76.5%
G = 21.79%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33304 (or 0xB33304) is known color: Rust. HEX triplet: B3, 33 and 04. RGB value is (179,51,4). Sum of RGB (Red+Green+Blue) = 179+51+4=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B33304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33304 is #4CCCFB. Grayscale: #545454. Windows color (decimal): -5033212 or 275379. OLE color: 275379.

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

Color convert

RGB 179 51 4 -
CMYK 0 0.72 0.98 0.30
HSL 16.11º 0.96% 0.36% -
HSV(B) 16.11º 0.98% 0.7% -
XYZ 19.8 11.96 1.38 -
YUV 83.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 179 51 4 0 0.72 0.98 0.30 16.11 0.96 0.36
Hex B3 33 4 0 48 62 1E 10 60 24
Octal 263 63 4 0 110 142 36 20 140 44
Binary 10110011 110011 100 0 1001000 1100010 11110 10000 1100000 100100

Color Harmonies of #B33304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33304

Black with #B33304

Text Example


Text Example

White with #B33304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33304; }

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

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

background-color css

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

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

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

border-color css

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

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

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