Html Css Color HEX #24060D Rustic Red

📋 copy color: '#24060D'

red 36 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #24060D

Tints of Rustic Red #24060D

RGB

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

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

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

R = 65.45%
G = 10.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24060D (or 0x24060D) is known color: Rustic Red. HEX triplet: 24, 06 and 0D. RGB value is (36,6,13). Sum of RGB (Red+Green+Blue) = 36+6+13=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060D is #DBF9F2. Grayscale: #0F0F0F. Windows color (decimal): -14416371 or 853540. OLE color: 853540.

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

Color convert

RGB 36 6 13 -
CMYK 0 0.83 0.64 0.86
HSL 346º 0.71% 0.08% -
HSV(B) 346º 0.83% 0.14% -
XYZ 0.87 0.53 0.44 -
YUV 15.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 36 6 13 0 0.83 0.64 0.86 346 0.71 0.08
Hex 24 6 D 0 53 40 56 15A 47 8
Octal 44 6 15 0 123 100 126 532 107 10
Binary 100100 110 1101 0 1010011 1000000 1010110 101011010 1000111 1000

Color Harmonies of #24060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24060D

Black with #24060D

Text Example


Text Example

White with #24060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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