Html Css Color HEX #24060F Rustic Red

📋 copy color: '#24060F'

red 36 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #24060F

Tints of Rustic Red #24060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.32%

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#24060F (or 0x24060F) is known color: Rustic Red. HEX triplet: 24, 06 and 0F. RGB value is (36,6,15). Sum of RGB (Red+Green+Blue) = 36+6+15=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #24060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060F is #DBF9F0. Grayscale: #0F0F0F. Windows color (decimal): -14416369 or 984612. OLE color: 984612.

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

Color convert

RGB 36 6 15 -
CMYK 0 0.83 0.58 0.86
HSL 342º 0.71% 0.08% -
HSV(B) 342º 0.83% 0.14% -
XYZ 0.88 0.54 0.51 -
YUV 16 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 36 6 15 0 0.83 0.58 0.86 342 0.71 0.08
Hex 24 6 F 0 53 3A 56 156 47 8
Octal 44 6 17 0 123 72 126 526 107 10
Binary 100100 110 1111 0 1010011 111010 1010110 101010110 1000111 1000

Color Harmonies of #24060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24060F

Black with #24060F

Text Example


Text Example

White with #24060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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