Html Css Color HEX #24080C Rustic Red

📋 copy color: '#24080C'

red 36 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #24080C

Tints of Rustic Red #24080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 64.29%
G = 14.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#24080C (or 0x24080C) is known color: Rustic Red. HEX triplet: 24, 08 and 0C. RGB value is (36,8,12). Sum of RGB (Red+Green+Blue) = 36+8+12=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #24080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24080C is #DBF7F3. Grayscale: #101010. Windows color (decimal): -14415860 or 788516. OLE color: 788516.

HSL color Cylindrical-coordinate representation of color #24080C: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24080C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 8 12 -
CMYK 0 0.78 0.67 0.86
HSL 351.43º 0.64% 0.09% -
HSV(B) 351.43º 0.78% 0.14% -
XYZ 0.88 0.58 0.41 -
YUV 16.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 36 8 12 0 0.78 0.67 0.86 351.43 0.64 0.09
Hex 24 8 C 0 4E 43 56 15F 40 9
Octal 44 10 14 0 116 103 126 537 100 11
Binary 100100 1000 1100 0 1001110 1000011 1010110 101011111 1000000 1001

Color Harmonies of #24080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24080C

Black with #24080C

Text Example


Text Example

White with #24080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24080C; }

 p { color: rgb(36,8,12); }

 H1.HeaderClassName
 {
   color: #24080C;
 }
 .AnyTagClassName
 {
   color: #24080C;
 }
</style>

background-color css

<style>
 a { background-color: #24080C; }

 a { background-color: rgb(36,8,12); }

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

border-color css

<style>
 span { border-color: #24080C; }

 span { border-color: rgb(36,8,12); }

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