Html Css Color HEX #B33504 Rust

📋 copy color: '#B33504'

red 179 ◦ green 53 ◦ blue 4

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

Shades of Rust #B33504

Tints of Rust #B33504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 75.85%
G = 22.46%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33504 (or 0xB33504) is known color: Rust. HEX triplet: B3, 35 and 04. RGB value is (179,53,4). Sum of RGB (Red+Green+Blue) = 179+53+4=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B33504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33504 is #4CCAFB. Grayscale: #555555. Windows color (decimal): -5032700 or 275891. OLE color: 275891.

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

Color convert

RGB 179 53 4 -
CMYK 0 0.70 0.98 0.30
HSL 16.8º 0.96% 0.36% -
HSV(B) 16.8º 0.98% 0.7% -
XYZ 19.89 12.14 1.41 -
YUV 85.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 179 53 4 0 0.70 0.98 0.30 16.8 0.96 0.36
Hex B3 35 4 0 46 62 1E 11 60 24
Octal 263 65 4 0 106 142 36 21 140 44
Binary 10110011 110101 100 0 1000110 1100010 11110 10001 1100000 100100

Color Harmonies of #B33504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33504

Black with #B33504

Text Example


Text Example

White with #B33504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33504; }

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

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

background-color css

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

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

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

border-color css

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

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

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