Html Css Color HEX #40030D Rustic Red

📋 copy color: '#40030D'

red 64 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #40030D

Tints of Rustic Red #40030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.25%

R = 80%
G = 3.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40030D (or 0x40030D) is known color: Rustic Red. HEX triplet: 40, 03 and 0D. RGB value is (64,3,13). Sum of RGB (Red+Green+Blue) = 64+3+13=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #40030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40030D is #BFFCF2. Grayscale: #161616. Windows color (decimal): -12582131 or 852800. OLE color: 852800.

HSL color Cylindrical-coordinate representation of color #40030D: hue angle of 350.16º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40030D is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 3 13 -
CMYK 0 0.95 0.80 0.75
HSL 350.16º 0.91% 0.13% -
HSV(B) 350.16º 0.95% 0.25% -
XYZ 2.22 1.18 0.49 -
YUV 22.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 64 3 13 0 0.95 0.80 0.75 350.16 0.91 0.13
Hex 40 3 D 0 5F 50 4B 15E 5B D
Octal 100 3 15 0 137 120 113 536 133 15
Binary 1000000 11 1101 0 1011111 1010000 1001011 101011110 1011011 1101

Color Harmonies of #40030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40030D

Black with #40030D

Text Example


Text Example

White with #40030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40030D; }

 p { color: rgb(64,3,13); }

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

background-color css

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

 a { background-color: rgb(64,3,13); }

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

border-color css

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

 span { border-color: rgb(64,3,13); }

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