Html Css Color HEX #240010 Rustic Red

📋 copy color: '#240010'

red 36 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #240010

Tints of Rustic Red #240010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#240010 (or 0x240010) is known color: Rustic Red. HEX triplet: 24, 00 and 10. RGB value is (36,0,16). Sum of RGB (Red+Green+Blue) = 36+0+16=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #240010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240010 is #DBFFEF. Grayscale: #0C0C0C. Windows color (decimal): -14417904 or 1048612. OLE color: 1048612.

HSL color Cylindrical-coordinate representation of color #240010: hue angle of 333.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240010 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 0 16 -
CMYK 0 1 0.56 0.86
HSL 333.33º 1% 0.07% -
HSV(B) 333.33º 1% 0.14% -
XYZ 0.82 0.41 0.53 -
YUV 12.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 36 0 16 0 1 0.56 0.86 333.33 1 0.07
Hex 24 0 10 0 64 38 56 14D 64 7
Octal 44 0 20 0 144 70 126 515 144 7
Binary 100100 0 10000 0 1100100 111000 1010110 101001101 1100100 111

Color Harmonies of #240010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240010

Black with #240010

Text Example


Text Example

White with #240010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240010; }

 p { color: rgb(36,0,16); }

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

background-color css

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

 a { background-color: rgb(36,0,16); }

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

border-color css

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

 span { border-color: rgb(36,0,16); }

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