Html Css Color HEX #B24D18 Rust

📋 copy color: '#B24D18'

red 178 ◦ green 77 ◦ blue 24

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

Shades of Rust #B24D18

Tints of Rust #B24D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 63.8%
G = 27.6%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B24D18 (or 0xB24D18) is known color: Rust. HEX triplet: B2, 4D and 18. RGB value is (178,77,24). Sum of RGB (Red+Green+Blue) = 178+77+24=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D18 is #4DB2E7. Grayscale: #656565. Windows color (decimal): -5092072 or 1592754. OLE color: 1592754.

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

Color convert

RGB 178 77 24 -
CMYK 0 0.57 0.87 0.30
HSL 20.65º 0.76% 0.4% -
HSV(B) 20.65º 0.87% 0.7% -
XYZ 21.18 14.84 2.61 -
YUV 101.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 178 77 24 0 0.57 0.87 0.30 20.65 0.76 0.4
Hex B2 4D 18 0 39 57 1E 15 4C 28
Octal 262 115 30 0 71 127 36 25 114 50
Binary 10110010 1001101 11000 0 111001 1010111 11110 10101 1001100 101000

Color Harmonies of #B24D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D18

Black with #B24D18

Text Example


Text Example

White with #B24D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D18; }

 p { color: rgb(178,77,24); }

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

background-color css

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

 a { background-color: rgb(178,77,24); }

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

border-color css

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

 span { border-color: rgb(178,77,24); }

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