Html Css Color HEX #A00014 Carmine

📋 copy color: '#A00014'

red 160 ◦ green 0 ◦ blue 20

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

Shades of Carmine #A00014

Tints of Carmine #A00014

RGB

 RED value IS 160 (62.89% from 255) = 88.89%

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00014 (or 0xA00014) is known color: Carmine. HEX triplet: A0, 00 and 14. RGB value is (160,0,20). Sum of RGB (Red+Green+Blue) = 160+0+20=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A00014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00014 is #5FFFEB. Grayscale: #323232. Windows color (decimal): -6291436 or 1310880. OLE color: 1310880.

HSL color Cylindrical-coordinate representation of color #A00014: hue angle of 352.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00014 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 20 -
CMYK 0 1 0.88 0.37
HSL 352.5º 1% 0.31% -
HSV(B) 352.5º 1% 0.63% -
XYZ 14.62 7.52 1.34 -
YUV 50.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 160 0 20 0 1 0.88 0.37 352.5 1 0.31
Hex A0 0 14 0 64 58 25 160 64 1F
Octal 240 0 24 0 144 130 45 540 144 37
Binary 10100000 0 10100 0 1100100 1011000 100101 101100000 1100100 11111

Color Harmonies of #A00014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00014

Black with #A00014

Text Example


Text Example

White with #A00014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00014; }

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

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

background-color css

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

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

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

border-color css

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

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

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