Html Css Color HEX #24040D Rustic Red

📋 copy color: '#24040D'

red 36 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #24040D

Tints of Rustic Red #24040D

RGB

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

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

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

R = 67.92%
G = 7.55%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24040D (or 0x24040D) is known color: Rustic Red. HEX triplet: 24, 04 and 0D. RGB value is (36,4,13). Sum of RGB (Red+Green+Blue) = 36+4+13=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040D is #DBFBF2. Grayscale: #0E0E0E. Windows color (decimal): -14416883 or 853028. OLE color: 853028.

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

Color convert

RGB 36 4 13 -
CMYK 0 0.89 0.64 0.86
HSL 343.13º 0.8% 0.08% -
HSV(B) 343.13º 0.89% 0.14% -
XYZ 0.84 0.49 0.43 -
YUV 14.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 36 4 13 0 0.89 0.64 0.86 343.13 0.8 0.08
Hex 24 4 D 0 59 40 56 157 50 8
Octal 44 4 15 0 131 100 126 527 120 10
Binary 100100 100 1101 0 1011001 1000000 1010110 101010111 1010000 1000

Color Harmonies of #24040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24040D

Black with #24040D

Text Example


Text Example

White with #24040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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