Html Css Color HEX #B24F19 Rust

📋 copy color: '#B24F19'

red 178 ◦ green 79 ◦ blue 25

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

Shades of Rust #B24F19

Tints of Rust #B24F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 63.12%
G = 28.01%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B24F19 (or 0xB24F19) is known color: Rust. HEX triplet: B2, 4F and 19. RGB value is (178,79,25). Sum of RGB (Red+Green+Blue) = 178+79+25=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F19 is #4DB0E6. Grayscale: #666666. Windows color (decimal): -5091559 or 1658802. OLE color: 1658802.

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

Color convert

RGB 178 79 25 -
CMYK 0 0.56 0.86 0.30
HSL 21.18º 0.75% 0.4% -
HSV(B) 21.18º 0.86% 0.7% -
XYZ 21.33 15.13 2.72 -
YUV 102.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 178 79 25 0 0.56 0.86 0.30 21.18 0.75 0.4
Hex B2 4F 19 0 38 56 1E 15 4B 28
Octal 262 117 31 0 70 126 36 25 113 50
Binary 10110010 1001111 11001 0 111000 1010110 11110 10101 1001011 101000

Color Harmonies of #B24F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F19

Black with #B24F19

Text Example


Text Example

White with #B24F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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