Html Css Color HEX #240007 Rustic Red

📋 copy color: '#240007'

red 36 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #240007

Tints of Rustic Red #240007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 16.28%

R = 83.72%
G = 0%
B = 16.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.86

RGB Variations

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

Color information

#240007 (or 0x240007) is known color: Rustic Red. HEX triplet: 24, 00 and 07. RGB value is (36,0,7). Sum of RGB (Red+Green+Blue) = 36+0+7=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240007 is #DBFFF8. Grayscale: #0B0B0B. Windows color (decimal): -14417913 or 458788. OLE color: 458788.

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

Color convert

RGB 36 0 7 -
CMYK 0 1 0.81 0.86
HSL 348.33º 1% 0.07% -
HSV(B) 348.33º 1% 0.14% -
XYZ 0.77 0.39 0.24 -
YUV 11.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 36 0 7 0 1 0.81 0.86 348.33 1 0.07
Hex 24 0 7 0 64 51 56 15C 64 7
Octal 44 0 7 0 144 121 126 534 144 7
Binary 100100 0 111 0 1100100 1010001 1010110 101011100 1100100 111

Color Harmonies of #240007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240007

Black with #240007

Text Example


Text Example

White with #240007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240007; }

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

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

background-color css

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

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

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

border-color css

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

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

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