Html Css Color HEX #24020F Rustic Red

📋 copy color: '#24020F'

red 36 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #24020F

Tints of Rustic Red #24020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.77%

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

R = 67.92%
G = 3.77%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#24020F (or 0x24020F) is known color: Rustic Red. HEX triplet: 24, 02 and 0F. RGB value is (36,2,15). Sum of RGB (Red+Green+Blue) = 36+2+15=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24020F is #DBFDF0. Grayscale: #0D0D0D. Windows color (decimal): -14417393 or 983588. OLE color: 983588.

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

Color convert

RGB 36 2 15 -
CMYK 0 0.94 0.58 0.86
HSL 337.06º 0.89% 0.07% -
HSV(B) 337.06º 0.94% 0.14% -
XYZ 0.84 0.45 0.5 -
YUV 13.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 36 2 15 0 0.94 0.58 0.86 337.06 0.89 0.07
Hex 24 2 F 0 5E 3A 56 151 59 7
Octal 44 2 17 0 136 72 126 521 131 7
Binary 100100 10 1111 0 1011110 111010 1010110 101010001 1011001 111

Color Harmonies of #24020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24020F

Black with #24020F

Text Example


Text Example

White with #24020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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