Html Css Color HEX #140506 Rustic Red

📋 copy color: '#140506'

red 20 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #140506

Tints of Rustic Red #140506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.13%

 BLUE value IS 6 (2.73% from 255) = 19.35%

R = 64.52%
G = 16.13%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#140506 (or 0x140506) is known color: Rustic Red. HEX triplet: 14, 05 and 06. RGB value is (20,5,6). Sum of RGB (Red+Green+Blue) = 20+5+6=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140506 is #EBFAF9. Grayscale: #090909. Windows color (decimal): -15465210 or 394516. OLE color: 394516.

HSL color Cylindrical-coordinate representation of color #140506: hue angle of 356º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140506 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 5 6 -
CMYK 0 0.75 0.70 0.92
HSL 356º 0.6% 0.05% -
HSV(B) 356º 0.75% 0.08% -
XYZ 0.38 0.27 0.2 -
YUV 9.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 20 5 6 0 0.75 0.70 0.92 356 0.6 0.05
Hex 14 5 6 0 4B 46 5C 164 3C 5
Octal 24 5 6 0 113 106 134 544 74 5
Binary 10100 101 110 0 1001011 1000110 1011100 101100100 111100 101

Color Harmonies of #140506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140506

Black with #140506

Text Example


Text Example

White with #140506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140506; }

 p { color: rgb(20,5,6); }

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

background-color css

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

 a { background-color: rgb(20,5,6); }

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

border-color css

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

 span { border-color: rgb(20,5,6); }

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