Html Css Color HEX #24040E Rustic Red

📋 copy color: '#24040E'

red 36 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #24040E

Tints of Rustic Red #24040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.41%

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

R = 66.67%
G = 7.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24040E (or 0x24040E) is known color: Rustic Red. HEX triplet: 24, 04 and 0E. RGB value is (36,4,14). Sum of RGB (Red+Green+Blue) = 36+4+14=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040E is #DBFBF1. Grayscale: #0E0E0E. Windows color (decimal): -14416882 or 918564. OLE color: 918564.

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

Color convert

RGB 36 4 14 -
CMYK 0 0.89 0.61 0.86
HSL 341.25º 0.8% 0.08% -
HSV(B) 341.25º 0.89% 0.14% -
XYZ 0.85 0.49 0.47 -
YUV 14.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 36 4 14 0 0.89 0.61 0.86 341.25 0.8 0.08
Hex 24 4 E 0 59 3D 56 155 50 8
Octal 44 4 16 0 131 75 126 525 120 10
Binary 100100 100 1110 0 1011001 111101 1010110 101010101 1010000 1000

Color Harmonies of #24040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24040E

Black with #24040E

Text Example


Text Example

White with #24040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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