Html Css Color HEX #B24117 Rust

📋 copy color: '#B24117'

red 178 ◦ green 65 ◦ blue 23

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

Shades of Rust #B24117

Tints of Rust #B24117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 66.92%
G = 24.44%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B24117 (or 0xB24117) is known color: Rust. HEX triplet: B2, 41 and 17. RGB value is (178,65,23). Sum of RGB (Red+Green+Blue) = 178+65+23=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24117 is #4DBEE8. Grayscale: #5E5E5E. Windows color (decimal): -5095145 or 1524146. OLE color: 1524146.

HSL color Cylindrical-coordinate representation of color #B24117: hue angle of 16.26º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B24117 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 23 -
CMYK 0 0.63 0.87 0.30
HSL 16.26º 0.77% 0.39% -
HSV(B) 16.26º 0.87% 0.7% -
XYZ 20.41 13.31 2.3 -
YUV 94 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 178 65 23 0 0.63 0.87 0.30 16.26 0.77 0.39
Hex B2 41 17 0 3F 57 1E 10 4D 27
Octal 262 101 27 0 77 127 36 20 115 47
Binary 10110010 1000001 10111 0 111111 1010111 11110 10000 1001101 100111

Color Harmonies of #B24117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24117

Black with #B24117

Text Example


Text Example

White with #B24117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24117; }

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

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

background-color css

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

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

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

border-color css

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

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

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