Html Css Color HEX #24060E Rustic Red

📋 copy color: '#24060E'

red 36 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #24060E

Tints of Rustic Red #24060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.71%

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

R = 64.29%
G = 10.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24060E (or 0x24060E) is known color: Rustic Red. HEX triplet: 24, 06 and 0E. RGB value is (36,6,14). Sum of RGB (Red+Green+Blue) = 36+6+14=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #24060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060E is #DBF9F1. Grayscale: #0F0F0F. Windows color (decimal): -14416370 or 919076. OLE color: 919076.

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

Color convert

RGB 36 6 14 -
CMYK 0 0.83 0.61 0.86
HSL 344º 0.71% 0.08% -
HSV(B) 344º 0.83% 0.14% -
XYZ 0.87 0.54 0.47 -
YUV 15.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 36 6 14 0 0.83 0.61 0.86 344 0.71 0.08
Hex 24 6 E 0 53 3D 56 158 47 8
Octal 44 6 16 0 123 75 126 530 107 10
Binary 100100 110 1110 0 1010011 111101 1010110 101011000 1000111 1000

Color Harmonies of #24060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24060E

Black with #24060E

Text Example


Text Example

White with #24060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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