Html Css Color HEX #B33516 Rust

📋 copy color: '#B33516'

red 179 ◦ green 53 ◦ blue 22

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

Shades of Rust #B33516

Tints of Rust #B33516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 70.47%
G = 20.87%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33516 (or 0xB33516) is known color: Rust. HEX triplet: B3, 35 and 16. RGB value is (179,53,22). Sum of RGB (Red+Green+Blue) = 179+53+22=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33516 is #4CCAE9. Grayscale: #575757. Windows color (decimal): -5032682 or 1455539. OLE color: 1455539.

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

Color convert

RGB 179 53 22 -
CMYK 0 0.70 0.88 0.30
HSL 11.85º 0.78% 0.39% -
HSV(B) 11.85º 0.88% 0.7% -
XYZ 20.01 12.19 2.06 -
YUV 87.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 179 53 22 0 0.70 0.88 0.30 11.85 0.78 0.39
Hex B3 35 16 0 46 58 1E C 4E 27
Octal 263 65 26 0 106 130 36 14 116 47
Binary 10110011 110101 10110 0 1000110 1011000 11110 1100 1001110 100111

Color Harmonies of #B33516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33516

Black with #B33516

Text Example


Text Example

White with #B33516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33516; }

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

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

background-color css

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

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

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

border-color css

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

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

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