Html Css Color HEX #40000F Rustic Red

📋 copy color: '#40000F'

red 64 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #40000F

Tints of Rustic Red #40000F

RGB

 RED value IS 64 (25.39% from 255) = 81.01%

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

 BLUE value IS 15 (6.25% from 255) = 18.99%

R = 81.01%
G = 0%
B = 18.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40000F (or 0x40000F) is known color: Rustic Red. HEX triplet: 40, 00 and 0F. RGB value is (64,0,15). Sum of RGB (Red+Green+Blue) = 64+0+15=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #40000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000F is #BFFFF0. Grayscale: #141414. Windows color (decimal): -12582897 or 983104. OLE color: 983104.

HSL color Cylindrical-coordinate representation of color #40000F: hue angle of 345.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40000F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 15 -
CMYK 0 1 0.77 0.75
HSL 345.94º 1% 0.13% -
HSV(B) 345.94º 1% 0.25% -
XYZ 2.2 1.12 0.55 -
YUV 20.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 64 0 15 0 1 0.77 0.75 345.94 1 0.13
Hex 40 0 F 0 64 4D 4B 15A 64 D
Octal 100 0 17 0 144 115 113 532 144 15
Binary 1000000 0 1111 0 1100100 1001101 1001011 101011010 1100100 1101

Color Harmonies of #40000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40000F

Black with #40000F

Text Example


Text Example

White with #40000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40000F; }

 p { color: rgb(64,0,15); }

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

background-color css

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

 a { background-color: rgb(64,0,15); }

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

border-color css

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

 span { border-color: rgb(64,0,15); }

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