Html Css Color HEX #24050F Rustic Red

📋 copy color: '#24050F'

red 36 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #24050F

Tints of Rustic Red #24050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.93%

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

R = 64.29%
G = 8.93%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#24050F (or 0x24050F) is known color: Rustic Red. HEX triplet: 24, 05 and 0F. RGB value is (36,5,15). Sum of RGB (Red+Green+Blue) = 36+5+15=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #24050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050F is #DBFAF0. Grayscale: #0F0F0F. Windows color (decimal): -14416625 or 984356. OLE color: 984356.

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

Color convert

RGB 36 5 15 -
CMYK 0 0.86 0.58 0.86
HSL 340.65º 0.76% 0.08% -
HSV(B) 340.65º 0.86% 0.14% -
XYZ 0.87 0.52 0.51 -
YUV 15.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 36 5 15 0 0.86 0.58 0.86 340.65 0.76 0.08
Hex 24 5 F 0 56 3A 56 155 4C 8
Octal 44 5 17 0 126 72 126 525 114 10
Binary 100100 101 1111 0 1010110 111010 1010110 101010101 1001100 1000

Color Harmonies of #24050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24050F

Black with #24050F

Text Example


Text Example

White with #24050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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