Html Css Color HEX #B24616 Rust

📋 copy color: '#B24616'

red 178 ◦ green 70 ◦ blue 22

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

Shades of Rust #B24616

Tints of Rust #B24616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 65.93%
G = 25.93%
B = 8.15%

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

#B24616 (or 0xB24616) is known color: Rust. HEX triplet: B2, 46 and 16. RGB value is (178,70,22). Sum of RGB (Red+Green+Blue) = 178+70+22=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B24616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24616 is #4DB9E9. Grayscale: #616161. Windows color (decimal): -5093866 or 1459890. OLE color: 1459890.

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

Color convert

RGB 178 70 22 -
CMYK 0 0.61 0.88 0.30
HSL 18.46º 0.78% 0.39% -
HSV(B) 18.46º 0.88% 0.7% -
XYZ 20.7 13.9 2.35 -
YUV 96.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 178 70 22 0 0.61 0.88 0.30 18.46 0.78 0.39
Hex B2 46 16 0 3D 58 1E 12 4E 27
Octal 262 106 26 0 75 130 36 22 116 47
Binary 10110010 1000110 10110 0 111101 1011000 11110 10010 1001110 100111

Color Harmonies of #B24616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24616

Black with #B24616

Text Example


Text Example

White with #B24616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24616; }

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

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

background-color css

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

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

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

border-color css

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

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

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