Html Css Color HEX #A00512 Carmine

📋 copy color: '#A00512'

red 160 ◦ green 5 ◦ blue 18

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

Shades of Carmine #A00512

Tints of Carmine #A00512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 87.43%
G = 2.73%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00512 (or 0xA00512) is known color: Carmine. HEX triplet: A0, 05 and 12. RGB value is (160,5,18). Sum of RGB (Red+Green+Blue) = 160+5+18=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00512 is #5FFAED. Grayscale: #343434. Windows color (decimal): -6290158 or 1181088. OLE color: 1181088.

HSL color Cylindrical-coordinate representation of color #A00512: hue angle of 354.97º 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 #A00512 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 18 -
CMYK 0 0.97 0.89 0.37
HSL 354.97º 0.94% 0.32% -
HSV(B) 354.97º 0.97% 0.63% -
XYZ 14.66 7.63 1.27 -
YUV 52.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 160 5 18 0 0.97 0.89 0.37 354.97 0.94 0.32
Hex A0 5 12 0 61 59 25 163 5E 20
Octal 240 5 22 0 141 131 45 543 136 40
Binary 10100000 101 10010 0 1100001 1011001 100101 101100011 1011110 100000

Color Harmonies of #A00512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00512

Black with #A00512

Text Example


Text Example

White with #A00512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00512; }

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

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

background-color css

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

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

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

border-color css

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

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

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