Html Css Color HEX #B33518 Rust

📋 copy color: '#B33518'

red 179 ◦ green 53 ◦ blue 24

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

Shades of Rust #B33518

Tints of Rust #B33518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 69.92%
G = 20.7%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33518 (or 0xB33518) is known color: Rust. HEX triplet: B3, 35 and 18. RGB value is (179,53,24). Sum of RGB (Red+Green+Blue) = 179+53+24=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33518 is #4CCAE7. Grayscale: #575757. Windows color (decimal): -5032680 or 1586611. OLE color: 1586611.

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

Color convert

RGB 179 53 24 -
CMYK 0 0.70 0.87 0.30
HSL 11.23º 0.76% 0.4% -
HSV(B) 11.23º 0.87% 0.7% -
XYZ 20.03 12.2 2.16 -
YUV 87.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 179 53 24 0 0.70 0.87 0.30 11.23 0.76 0.4
Hex B3 35 18 0 46 57 1E B 4C 28
Octal 263 65 30 0 106 127 36 13 114 50
Binary 10110011 110101 11000 0 1000110 1010111 11110 1011 1001100 101000

Color Harmonies of #B33518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33518

Black with #B33518

Text Example


Text Example

White with #B33518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33518; }

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

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

background-color css

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

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

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

border-color css

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

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

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