Html Css Color HEX #B33505 Rust

📋 copy color: '#B33505'

red 179 ◦ green 53 ◦ blue 5

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

Shades of Rust #B33505

Tints of Rust #B33505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 75.53%
G = 22.36%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33505 (or 0xB33505) is known color: Rust. HEX triplet: B3, 35 and 05. RGB value is (179,53,5). Sum of RGB (Red+Green+Blue) = 179+53+5=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B33505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33505 is #4CCAFA. Grayscale: #555555. Windows color (decimal): -5032699 or 341427. OLE color: 341427.

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

Color convert

RGB 179 53 5 -
CMYK 0 0.70 0.97 0.30
HSL 16.55º 0.95% 0.36% -
HSV(B) 16.55º 0.97% 0.7% -
XYZ 19.89 12.14 1.44 -
YUV 85.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 179 53 5 0 0.70 0.97 0.30 16.55 0.95 0.36
Hex B3 35 5 0 46 61 1E 11 5F 24
Octal 263 65 5 0 106 141 36 21 137 44
Binary 10110011 110101 101 0 1000110 1100001 11110 10001 1011111 100100

Color Harmonies of #B33505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33505

Black with #B33505

Text Example


Text Example

White with #B33505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33505; }

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

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

background-color css

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

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

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

border-color css

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

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

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