Html Css Color HEX #240310 Rustic Red

📋 copy color: '#240310'

red 36 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #240310

Tints of Rustic Red #240310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 65.45%
G = 5.45%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#240310 (or 0x240310) is known color: Rustic Red. HEX triplet: 24, 03 and 10. RGB value is (36,3,16). Sum of RGB (Red+Green+Blue) = 36+3+16=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240310 is #DBFCEF. Grayscale: #0E0E0E. Windows color (decimal): -14417136 or 1049380. OLE color: 1049380.

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

Color convert

RGB 36 3 16 -
CMYK 0 0.92 0.56 0.86
HSL 336.36º 0.85% 0.08% -
HSV(B) 336.36º 0.92% 0.14% -
XYZ 0.85 0.48 0.54 -
YUV 14.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 36 3 16 0 0.92 0.56 0.86 336.36 0.85 0.08
Hex 24 3 10 0 5C 38 56 150 55 8
Octal 44 3 20 0 134 70 126 520 125 10
Binary 100100 11 10000 0 1011100 111000 1010110 101010000 1010101 1000

Color Harmonies of #240310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240310

Black with #240310

Text Example


Text Example

White with #240310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240310; }

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

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

background-color css

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

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

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

border-color css

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

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

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