Html Css Color HEX #240002 Rustic Red

📋 copy color: '#240002'

red 36 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #240002

Tints of Rustic Red #240002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 5.26%

R = 94.74%
G = 0%
B = 5.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#240002 (or 0x240002) is known color: Rustic Red. HEX triplet: 24, 00 and 02. RGB value is (36,0,2). Sum of RGB (Red+Green+Blue) = 36+0+2=38 (5% of max value = 765). Red value is 36 (14.45% from 255 or 94.74% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 36 - color contains mainly: red. Hex color #240002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240002 is #DBFFFD. Grayscale: #0B0B0B. Windows color (decimal): -14417918 or 131108. OLE color: 131108.

HSL color Cylindrical-coordinate representation of color #240002: hue angle of 356.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240002 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 0 2 -
CMYK 0 1 0.94 0.86
HSL 356.67º 1% 0.07% -
HSV(B) 356.67º 1% 0.14% -
XYZ 0.74 0.38 0.09 -
YUV 10.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 36 0 2 0 1 0.94 0.86 356.67 1 0.07
Hex 24 0 2 0 64 5E 56 165 64 7
Octal 44 0 2 0 144 136 126 545 144 7
Binary 100100 0 10 0 1100100 1011110 1010110 101100101 1100100 111

Color Harmonies of #240002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240002

Black with #240002

Text Example


Text Example

White with #240002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240002; }

 p { color: rgb(36,0,2); }

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

background-color css

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

 a { background-color: rgb(36,0,2); }

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

border-color css

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

 span { border-color: rgb(36,0,2); }

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