Html Css Color HEX #400B12 Rustic Red

📋 copy color: '#400B12'

red 64 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #400B12

Tints of Rustic Red #400B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 68.82%
G = 11.83%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400B12 (or 0x400B12) is known color: Rustic Red. HEX triplet: 40, 0B and 12. RGB value is (64,11,18). Sum of RGB (Red+Green+Blue) = 64+11+18=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B12 is #BFF4ED. Grayscale: #1B1B1B. Windows color (decimal): -12580078 or 1182528. OLE color: 1182528.

HSL color Cylindrical-coordinate representation of color #400B12: hue angle of 352.08º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B12 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 11 18 -
CMYK 0 0.83 0.72 0.75
HSL 352.08º 0.71% 0.15% -
HSV(B) 352.08º 0.83% 0.25% -
XYZ 2.34 1.37 0.71 -
YUV 27.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 64 11 18 0 0.83 0.72 0.75 352.08 0.71 0.15
Hex 40 B 12 0 53 48 4B 160 47 F
Octal 100 13 22 0 123 110 113 540 107 17
Binary 1000000 1011 10010 0 1010011 1001000 1001011 101100000 1000111 1111

Color Harmonies of #400B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B12

Black with #400B12

Text Example


Text Example

White with #400B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400B12; }

 p { color: rgb(64,11,18); }

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

background-color css

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

 a { background-color: rgb(64,11,18); }

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

border-color css

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

 span { border-color: rgb(64,11,18); }

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