Html Css Color HEX #B24115 Rust

📋 copy color: '#B24115'

red 178 ◦ green 65 ◦ blue 21

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

Shades of Rust #B24115

Tints of Rust #B24115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 67.42%
G = 24.62%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B24115 (or 0xB24115) is known color: Rust. HEX triplet: B2, 41 and 15. RGB value is (178,65,21). Sum of RGB (Red+Green+Blue) = 178+65+21=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24115 is #4DBEEA. Grayscale: #5E5E5E. Windows color (decimal): -5095147 or 1393074. OLE color: 1393074.

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

Color convert

RGB 178 65 21 -
CMYK 0 0.63 0.88 0.30
HSL 16.82º 0.79% 0.39% -
HSV(B) 16.82º 0.88% 0.7% -
XYZ 20.39 13.3 2.2 -
YUV 93.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 178 65 21 0 0.63 0.88 0.30 16.82 0.79 0.39
Hex B2 41 15 0 3F 58 1E 11 4F 27
Octal 262 101 25 0 77 130 36 21 117 47
Binary 10110010 1000001 10101 0 111111 1011000 11110 10001 1001111 100111

Color Harmonies of #B24115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24115

Black with #B24115

Text Example


Text Example

White with #B24115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24115; }

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

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

background-color css

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

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

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

border-color css

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

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

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