Html Css Color HEX #B24018 Rust

📋 copy color: '#B24018'

red 178 ◦ green 64 ◦ blue 24

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

Shades of Rust #B24018

Tints of Rust #B24018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 66.92%
G = 24.06%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B24018 (or 0xB24018) is known color: Rust. HEX triplet: B2, 40 and 18. RGB value is (178,64,24). Sum of RGB (Red+Green+Blue) = 178+64+24=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24018 is #4DBFE7. Grayscale: #5D5D5D. Windows color (decimal): -5095400 or 1589426. OLE color: 1589426.

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

Color convert

RGB 178 64 24 -
CMYK 0 0.64 0.87 0.30
HSL 15.58º 0.76% 0.4% -
HSV(B) 15.58º 0.87% 0.7% -
XYZ 20.36 13.2 2.34 -
YUV 93.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 178 64 24 0 0.64 0.87 0.30 15.58 0.76 0.4
Hex B2 40 18 0 40 57 1E 10 4C 28
Octal 262 100 30 0 100 127 36 20 114 50
Binary 10110010 1000000 11000 0 1000000 1010111 11110 10000 1001100 101000

Color Harmonies of #B24018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24018

Black with #B24018

Text Example


Text Example

White with #B24018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24018; }

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

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

background-color css

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

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

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

border-color css

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

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

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