Html Css Color HEX #B24C19 Rust

📋 copy color: '#B24C19'

red 178 ◦ green 76 ◦ blue 25

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

Shades of Rust #B24C19

Tints of Rust #B24C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

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

R = 63.8%
G = 27.24%
B = 8.96%

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

#B24C19 (or 0xB24C19) is known color: Rust. HEX triplet: B2, 4C and 19. RGB value is (178,76,25). Sum of RGB (Red+Green+Blue) = 178+76+25=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24C19 is #4DB3E6. Grayscale: #646464. Windows color (decimal): -5092327 or 1658034. OLE color: 1658034.

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

Color convert

RGB 178 76 25 -
CMYK 0 0.57 0.86 0.30
HSL 20º 0.75% 0.4% -
HSV(B) 20º 0.86% 0.7% -
XYZ 21.12 14.7 2.64 -
YUV 100.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 178 76 25 0 0.57 0.86 0.30 20 0.75 0.4
Hex B2 4C 19 0 39 56 1E 14 4B 28
Octal 262 114 31 0 71 126 36 24 113 50
Binary 10110010 1001100 11001 0 111001 1010110 11110 10100 1001011 101000

Color Harmonies of #B24C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C19

Black with #B24C19

Text Example


Text Example

White with #B24C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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