Html Css Color HEX #B24119 Rust

📋 copy color: '#B24119'

red 178 ◦ green 65 ◦ blue 25

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

Shades of Rust #B24119

Tints of Rust #B24119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 66.42%
G = 24.25%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B24119 (or 0xB24119) is known color: Rust. HEX triplet: B2, 41 and 19. RGB value is (178,65,25). Sum of RGB (Red+Green+Blue) = 178+65+25=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B24119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24119 is #4DBEE6. Grayscale: #5E5E5E. Windows color (decimal): -5095143 or 1655218. OLE color: 1655218.

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

Color convert

RGB 178 65 25 -
CMYK 0 0.63 0.86 0.30
HSL 15.69º 0.75% 0.4% -
HSV(B) 15.69º 0.86% 0.7% -
XYZ 20.43 13.32 2.41 -
YUV 94.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 178 65 25 0 0.63 0.86 0.30 15.69 0.75 0.4
Hex B2 41 19 0 3F 56 1E 10 4B 28
Octal 262 101 31 0 77 126 36 20 113 50
Binary 10110010 1000001 11001 0 111111 1010110 11110 10000 1001011 101000

Color Harmonies of #B24119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24119

Black with #B24119

Text Example


Text Example

White with #B24119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24119; }

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

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

background-color css

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

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

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

border-color css

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

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

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