Html Css Color HEX #B24D19 Rust

📋 copy color: '#B24D19'

red 178 ◦ green 77 ◦ blue 25

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

Shades of Rust #B24D19

Tints of Rust #B24D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 63.57%
G = 27.5%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B24D19 (or 0xB24D19) is known color: Rust. HEX triplet: B2, 4D and 19. RGB value is (178,77,25). Sum of RGB (Red+Green+Blue) = 178+77+25=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D19 is #4DB2E6. Grayscale: #656565. Windows color (decimal): -5092071 or 1658290. OLE color: 1658290.

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

Color convert

RGB 178 77 25 -
CMYK 0 0.57 0.86 0.30
HSL 20.39º 0.75% 0.4% -
HSV(B) 20.39º 0.86% 0.7% -
XYZ 21.19 14.84 2.67 -
YUV 101.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 178 77 25 0 0.57 0.86 0.30 20.39 0.75 0.4
Hex B2 4D 19 0 39 56 1E 14 4B 28
Octal 262 115 31 0 71 126 36 24 113 50
Binary 10110010 1001101 11001 0 111001 1010110 11110 10100 1001011 101000

Color Harmonies of #B24D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D19

Black with #B24D19

Text Example


Text Example

White with #B24D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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