Html Css Color HEX #40010F Rustic Red

📋 copy color: '#40010F'

red 64 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #40010F

Tints of Rustic Red #40010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

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

R = 80%
G = 1.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40010F (or 0x40010F) is known color: Rustic Red. HEX triplet: 40, 01 and 0F. RGB value is (64,1,15). Sum of RGB (Red+Green+Blue) = 64+1+15=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #40010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40010F is #BFFEF0. Grayscale: #151515. Windows color (decimal): -12582641 or 983360. OLE color: 983360.

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

Color convert

RGB 64 1 15 -
CMYK 0 0.98 0.77 0.75
HSL 346.67º 0.97% 0.13% -
HSV(B) 346.67º 0.98% 0.25% -
XYZ 2.21 1.15 0.56 -
YUV 21.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 64 1 15 0 0.98 0.77 0.75 346.67 0.97 0.13
Hex 40 1 F 0 62 4D 4B 15B 61 D
Octal 100 1 17 0 142 115 113 533 141 15
Binary 1000000 1 1111 0 1100010 1001101 1001011 101011011 1100001 1101

Color Harmonies of #40010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40010F

Black with #40010F

Text Example


Text Example

White with #40010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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