Html Css Color HEX #240309 Rustic Red

📋 copy color: '#240309'

red 36 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #240309

Tints of Rustic Red #240309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

 BLUE value IS 9 (3.91% from 255) = 18.75%

R = 75%
G = 6.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#240309 (or 0x240309) is known color: Rustic Red. HEX triplet: 24, 03 and 09. RGB value is (36,3,9). Sum of RGB (Red+Green+Blue) = 36+3+9=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #240309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240309 is #DBFCF6. Grayscale: #0D0D0D. Windows color (decimal): -14417143 or 590628. OLE color: 590628.

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

Color convert

RGB 36 3 9 -
CMYK 0 0.92 0.75 0.86
HSL 349.09º 0.85% 0.08% -
HSV(B) 349.09º 0.92% 0.14% -
XYZ 0.81 0.46 0.3 -
YUV 13.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 36 3 9 0 0.92 0.75 0.86 349.09 0.85 0.08
Hex 24 3 9 0 5C 4B 56 15D 55 8
Octal 44 3 11 0 134 113 126 535 125 10
Binary 100100 11 1001 0 1011100 1001011 1010110 101011101 1010101 1000

Color Harmonies of #240309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240309

Black with #240309

Text Example


Text Example

White with #240309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240309; }

 p { color: rgb(36,3,9); }

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

background-color css

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

 a { background-color: rgb(36,3,9); }

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

border-color css

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

 span { border-color: rgb(36,3,9); }

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