Html Css Color HEX #B24516 Rust

📋 copy color: '#B24516'

red 178 ◦ green 69 ◦ blue 22

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

Shades of Rust #B24516

Tints of Rust #B24516

RGB

 RED value IS 178 (69.92% from 255) = 66.17%

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 66.17%
G = 25.65%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B24516 (or 0xB24516) is known color: Rust. HEX triplet: B2, 45 and 16. RGB value is (178,69,22). Sum of RGB (Red+Green+Blue) = 178+69+22=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24516 is #4DBAE9. Grayscale: #606060. Windows color (decimal): -5094122 or 1459634. OLE color: 1459634.

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

Color convert

RGB 178 69 22 -
CMYK 0 0.61 0.88 0.30
HSL 18.08º 0.78% 0.39% -
HSV(B) 18.08º 0.88% 0.7% -
XYZ 20.63 13.78 2.33 -
YUV 96.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 178 69 22 0 0.61 0.88 0.30 18.08 0.78 0.39
Hex B2 45 16 0 3D 58 1E 12 4E 27
Octal 262 105 26 0 75 130 36 22 116 47
Binary 10110010 1000101 10110 0 111101 1011000 11110 10010 1001110 100111

Color Harmonies of #B24516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24516

Black with #B24516

Text Example


Text Example

White with #B24516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24516; }

 p { color: rgb(178,69,22); }

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

background-color css

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

 a { background-color: rgb(178,69,22); }

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

border-color css

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

 span { border-color: rgb(178,69,22); }

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