Html Css Color HEX #B24A18 Rust

📋 copy color: '#B24A18'

red 178 ◦ green 74 ◦ blue 24

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

Shades of Rust #B24A18

Tints of Rust #B24A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

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

R = 64.49%
G = 26.81%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B24A18 (or 0xB24A18) is known color: Rust. HEX triplet: B2, 4A and 18. RGB value is (178,74,24). Sum of RGB (Red+Green+Blue) = 178+74+24=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A18 is #4DB5E7. Grayscale: #636363. Windows color (decimal): -5092840 or 1591986. OLE color: 1591986.

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

Color convert

RGB 178 74 24 -
CMYK 0 0.58 0.87 0.30
HSL 19.48º 0.76% 0.4% -
HSV(B) 19.48º 0.87% 0.7% -
XYZ 20.97 14.43 2.54 -
YUV 99.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 178 74 24 0 0.58 0.87 0.30 19.48 0.76 0.4
Hex B2 4A 18 0 3A 57 1E 13 4C 28
Octal 262 112 30 0 72 127 36 23 114 50
Binary 10110010 1001010 11000 0 111010 1010111 11110 10011 1001100 101000

Color Harmonies of #B24A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A18

Black with #B24A18

Text Example


Text Example

White with #B24A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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