Html Css Color HEX #A00514 Carmine

📋 copy color: '#A00514'

red 160 ◦ green 5 ◦ blue 20

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

Shades of Carmine #A00514

Tints of Carmine #A00514

RGB

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

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

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

R = 86.49%
G = 2.7%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00514 (or 0xA00514) is known color: Carmine. HEX triplet: A0, 05 and 14. RGB value is (160,5,20). Sum of RGB (Red+Green+Blue) = 160+5+20=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00514 is #5FFAEB. Grayscale: #353535. Windows color (decimal): -6290156 or 1312160. OLE color: 1312160.

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

Color convert

RGB 160 5 20 -
CMYK 0 0.97 0.88 0.37
HSL 354.19º 0.94% 0.32% -
HSV(B) 354.19º 0.97% 0.63% -
XYZ 14.68 7.63 1.36 -
YUV 53.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 160 5 20 0 0.97 0.88 0.37 354.19 0.94 0.32
Hex A0 5 14 0 61 58 25 162 5E 20
Octal 240 5 24 0 141 130 45 542 136 40
Binary 10100000 101 10100 0 1100001 1011000 100101 101100010 1011110 100000

Color Harmonies of #A00514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00514

Black with #A00514

Text Example


Text Example

White with #A00514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00514; }

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

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

background-color css

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

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

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

border-color css

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

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

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