Html Css Color HEX #24070E Rustic Red

📋 copy color: '#24070E'

red 36 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #24070E

Tints of Rustic Red #24070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.28%

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

R = 63.16%
G = 12.28%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24070E (or 0x24070E) is known color: Rustic Red. HEX triplet: 24, 07 and 0E. RGB value is (36,7,14). Sum of RGB (Red+Green+Blue) = 36+7+14=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #24070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070E is #DBF8F1. Grayscale: #101010. Windows color (decimal): -14416114 or 919332. OLE color: 919332.

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

Color convert

RGB 36 7 14 -
CMYK 0 0.81 0.61 0.86
HSL 345.52º 0.67% 0.08% -
HSV(B) 345.52º 0.81% 0.14% -
XYZ 0.88 0.56 0.48 -
YUV 16.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 36 7 14 0 0.81 0.61 0.86 345.52 0.67 0.08
Hex 24 7 E 0 51 3D 56 15A 43 8
Octal 44 7 16 0 121 75 126 532 103 10
Binary 100100 111 1110 0 1010001 111101 1010110 101011010 1000011 1000

Color Harmonies of #24070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24070E

Black with #24070E

Text Example


Text Example

White with #24070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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