Html Css Color HEX #240304 Rustic Red

📋 copy color: '#240304'

red 36 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #240304

Tints of Rustic Red #240304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 9.3%

R = 83.72%
G = 6.98%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#240304 (or 0x240304) is known color: Rustic Red. HEX triplet: 24, 03 and 04. RGB value is (36,3,4). Sum of RGB (Red+Green+Blue) = 36+3+4=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240304 is #DBFCFB. Grayscale: #0D0D0D. Windows color (decimal): -14417148 or 262948. OLE color: 262948.

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

Color convert

RGB 36 3 4 -
CMYK 0 0.92 0.89 0.86
HSL 358.18º 0.85% 0.08% -
HSV(B) 358.18º 0.92% 0.14% -
XYZ 0.78 0.45 0.16 -
YUV 12.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 36 3 4 0 0.92 0.89 0.86 358.18 0.85 0.08
Hex 24 3 4 0 5C 59 56 166 55 8
Octal 44 3 4 0 134 131 126 546 125 10
Binary 100100 11 100 0 1011100 1011001 1010110 101100110 1010101 1000

Color Harmonies of #240304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240304

Black with #240304

Text Example


Text Example

White with #240304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240304; }

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

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

background-color css

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

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

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

border-color css

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

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

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