Html Css Color HEX #B24216 Rust

📋 copy color: '#B24216'

red 178 ◦ green 66 ◦ blue 22

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

Shades of Rust #B24216

Tints of Rust #B24216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 66.92%
G = 24.81%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B24216 (or 0xB24216) is known color: Rust. HEX triplet: B2, 42 and 16. RGB value is (178,66,22). Sum of RGB (Red+Green+Blue) = 178+66+22=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24216 is #4DBDE9. Grayscale: #5E5E5E. Windows color (decimal): -5094890 or 1458866. OLE color: 1458866.

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

Color convert

RGB 178 66 22 -
CMYK 0 0.63 0.88 0.30
HSL 16.92º 0.78% 0.39% -
HSV(B) 16.92º 0.88% 0.7% -
XYZ 20.45 13.42 2.27 -
YUV 94.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 178 66 22 0 0.63 0.88 0.30 16.92 0.78 0.39
Hex B2 42 16 0 3F 58 1E 11 4E 27
Octal 262 102 26 0 77 130 36 21 116 47
Binary 10110010 1000010 10110 0 111111 1011000 11110 10001 1001110 100111

Color Harmonies of #B24216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24216

Black with #B24216

Text Example


Text Example

White with #B24216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24216; }

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

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

background-color css

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

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

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

border-color css

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

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

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