Html Css Color HEX #240A0F Rustic Red

📋 copy color: '#240A0F'

red 36 ◦ green 10 ◦ blue 15

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

Shades of Rustic Red #240A0F

Tints of Rustic Red #240A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.39%

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

R = 59.02%
G = 16.39%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#240A0F (or 0x240A0F) is known color: Rustic Red. HEX triplet: 24, 0A and 0F. RGB value is (36,10,15). Sum of RGB (Red+Green+Blue) = 36+10+15=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A0F is #DBF5F0. Grayscale: #121212. Windows color (decimal): -14415345 or 985636. OLE color: 985636.

HSL color Cylindrical-coordinate representation of color #240A0F: hue angle of 348.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A0F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 10 15 -
CMYK 0 0.72 0.58 0.86
HSL 348.46º 0.57% 0.09% -
HSV(B) 348.46º 0.72% 0.14% -
XYZ 0.92 0.63 0.52 -
YUV 18.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 36 10 15 0 0.72 0.58 0.86 348.46 0.57 0.09
Hex 24 A F 0 48 3A 56 15C 39 9
Octal 44 12 17 0 110 72 126 534 71 11
Binary 100100 1010 1111 0 1001000 111010 1010110 101011100 111001 1001

Color Harmonies of #240A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A0F

Black with #240A0F

Text Example


Text Example

White with #240A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A0F; }

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

 H1.HeaderClassName
 {
   color: #240A0F;
 }
 .AnyTagClassName
 {
   color: #240A0F;
 }
</style>

background-color css

<style>
 a { background-color: #240A0F; }

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

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

border-color css

<style>
 span { border-color: #240A0F; }

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

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