Html Css Color HEX #24070D Rustic Red

📋 copy color: '#24070D'

red 36 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #24070D

Tints of Rustic Red #24070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 64.29%
G = 12.5%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24070D (or 0x24070D) is known color: Rustic Red. HEX triplet: 24, 07 and 0D. RGB value is (36,7,13). Sum of RGB (Red+Green+Blue) = 36+7+13=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #24070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070D is #DBF8F2. Grayscale: #101010. Windows color (decimal): -14416115 or 853796. OLE color: 853796.

HSL color Cylindrical-coordinate representation of color #24070D: hue angle of 347.59º 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 #24070D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 7 13 -
CMYK 0 0.81 0.64 0.86
HSL 347.59º 0.67% 0.08% -
HSV(B) 347.59º 0.81% 0.14% -
XYZ 0.88 0.56 0.44 -
YUV 16.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 36 7 13 0 0.81 0.64 0.86 347.59 0.67 0.08
Hex 24 7 D 0 51 40 56 15C 43 8
Octal 44 7 15 0 121 100 126 534 103 10
Binary 100100 111 1101 0 1010001 1000000 1010110 101011100 1000011 1000

Color Harmonies of #24070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24070D

Black with #24070D

Text Example


Text Example

White with #24070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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