Html Css Color HEX #40000B Rustic Red

📋 copy color: '#40000B'

red 64 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #40000B

Tints of Rustic Red #40000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.67%

R = 85.33%
G = 0%
B = 14.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40000B (or 0x40000B) is known color: Rustic Red. HEX triplet: 40, 00 and 0B. RGB value is (64,0,11). Sum of RGB (Red+Green+Blue) = 64+0+11=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #40000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000B is #BFFFF4. Grayscale: #141414. Windows color (decimal): -12582901 or 720960. OLE color: 720960.

HSL color Cylindrical-coordinate representation of color #40000B: hue angle of 349.69º 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 #40000B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 11 -
CMYK 0 1 0.83 0.75
HSL 349.69º 1% 0.13% -
HSV(B) 349.69º 1% 0.25% -
XYZ 2.17 1.11 0.42 -
YUV 20.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 64 0 11 0 1 0.83 0.75 349.69 1 0.13
Hex 40 0 B 0 64 53 4B 15E 64 D
Octal 100 0 13 0 144 123 113 536 144 15
Binary 1000000 0 1011 0 1100100 1010011 1001011 101011110 1100100 1101

Color Harmonies of #40000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40000B

Black with #40000B

Text Example


Text Example

White with #40000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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