Html Css Color HEX #140008 Rustic Red

📋 copy color: '#140008'

red 20 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #140008

Tints of Rustic Red #140008

RGB

 RED value IS 20 (8.2% from 255) = 71.43%

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

 BLUE value IS 8 (3.52% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.92

RGB Variations

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

Color information

#140008 (or 0x140008) is known color: Rustic Red. HEX triplet: 14, 00 and 08. RGB value is (20,0,8). Sum of RGB (Red+Green+Blue) = 20+0+8=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140008 is #EBFFF7. Grayscale: #060606. Windows color (decimal): -15466488 or 524308. OLE color: 524308.

HSL color Cylindrical-coordinate representation of color #140008: hue angle of 336º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140008 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 0 8 -
CMYK 0 1 0.60 0.92
HSL 336º 1% 0.04% -
HSV(B) 336º 1% 0.08% -
XYZ 0.33 0.17 0.24 -
YUV 6.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 20 0 8 0 1 0.60 0.92 336 1 0.04
Hex 14 0 8 0 64 3C 5C 150 64 4
Octal 24 0 10 0 144 74 134 520 144 4
Binary 10100 0 1000 0 1100100 111100 1011100 101010000 1100100 100

Color Harmonies of #140008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140008

Black with #140008

Text Example


Text Example

White with #140008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140008; }

 p { color: rgb(20,0,8); }

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

background-color css

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

 a { background-color: rgb(20,0,8); }

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

border-color css

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

 span { border-color: rgb(20,0,8); }

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