Html Css Color HEX #240512 Rustic Red

📋 copy color: '#240512'

red 36 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #240512

Tints of Rustic Red #240512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 61.02%
G = 8.47%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#240512 (or 0x240512) is known color: Rustic Red. HEX triplet: 24, 05 and 12. RGB value is (36,5,18). Sum of RGB (Red+Green+Blue) = 36+5+18=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240512 is #DBFAED. Grayscale: #0F0F0F. Windows color (decimal): -14416622 or 1180964. OLE color: 1180964.

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

Color convert

RGB 36 5 18 -
CMYK 0 0.86 0.5 0.86
HSL 334.84º 0.76% 0.08% -
HSV(B) 334.84º 0.86% 0.14% -
XYZ 0.89 0.53 0.63 -
YUV 15.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 36 5 18 0 0.86 0.5 0.86 334.84 0.76 0.08
Hex 24 5 12 0 56 32 56 14F 4C 8
Octal 44 5 22 0 126 62 126 517 114 10
Binary 100100 101 10010 0 1010110 110010 1010110 101001111 1001100 1000

Color Harmonies of #240512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240512

Black with #240512

Text Example


Text Example

White with #240512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240512; }

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

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

background-color css

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

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

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

border-color css

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

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

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