Html Css Color HEX #B24019 Rust

📋 copy color: '#B24019'

red 178 ◦ green 64 ◦ blue 25

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

Shades of Rust #B24019

Tints of Rust #B24019

RGB

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

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

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

R = 66.67%
G = 23.97%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B24019 (or 0xB24019) is known color: Rust. HEX triplet: B2, 40 and 19. RGB value is (178,64,25). Sum of RGB (Red+Green+Blue) = 178+64+25=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B24019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24019 is #4DBFE6. Grayscale: #5D5D5D. Windows color (decimal): -5095399 or 1654962. OLE color: 1654962.

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

Color convert

RGB 178 64 25 -
CMYK 0 0.64 0.86 0.30
HSL 15.29º 0.75% 0.4% -
HSV(B) 15.29º 0.86% 0.7% -
XYZ 20.37 13.2 2.39 -
YUV 93.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 178 64 25 0 0.64 0.86 0.30 15.29 0.75 0.4
Hex B2 40 19 0 40 56 1E F 4B 28
Octal 262 100 31 0 100 126 36 17 113 50
Binary 10110010 1000000 11001 0 1000000 1010110 11110 1111 1001011 101000

Color Harmonies of #B24019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24019

Black with #B24019

Text Example


Text Example

White with #B24019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24019; }

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

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

background-color css

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

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

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

border-color css

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

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

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