Html Css Color HEX #24050E Rustic Red

📋 copy color: '#24050E'

red 36 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #24050E

Tints of Rustic Red #24050E

RGB

 RED value IS 36 (14.45% from 255) = 65.45%

 GREEN value IS 5 (2.34% from 255) = 9.09%

 BLUE value IS 14 (5.86% from 255) = 25.45%

R = 65.45%
G = 9.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24050E (or 0x24050E) is known color: Rustic Red. HEX triplet: 24, 05 and 0E. RGB value is (36,5,14). Sum of RGB (Red+Green+Blue) = 36+5+14=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050E is #DBFAF1. Grayscale: #0F0F0F. Windows color (decimal): -14416626 or 918820. OLE color: 918820.

HSL color Cylindrical-coordinate representation of color #24050E: hue angle of 342.58º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24050E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 14 -
CMYK 0 0.86 0.61 0.86
HSL 342.58º 0.76% 0.08% -
HSV(B) 342.58º 0.86% 0.14% -
XYZ 0.86 0.52 0.47 -
YUV 15.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 36 5 14 0 0.86 0.61 0.86 342.58 0.76 0.08
Hex 24 5 E 0 56 3D 56 157 4C 8
Octal 44 5 16 0 126 75 126 527 114 10
Binary 100100 101 1110 0 1010110 111101 1010110 101010111 1001100 1000

Color Harmonies of #24050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24050E

Black with #24050E

Text Example


Text Example

White with #24050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24050E; }

 p { color: rgb(36,5,14); }

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

background-color css

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

 a { background-color: rgb(36,5,14); }

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

border-color css

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

 span { border-color: rgb(36,5,14); }

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