Html Css Color HEX #A0051A Carmine

📋 copy color: '#A0051A'

red 160 ◦ green 5 ◦ blue 26

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

Shades of Carmine #A0051A

Tints of Carmine #A0051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 83.77%
G = 2.62%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0051A (or 0xA0051A) is known color: Carmine. HEX triplet: A0, 05 and 1A. RGB value is (160,5,26). Sum of RGB (Red+Green+Blue) = 160+5+26=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051A is #5FFAE5. Grayscale: #353535. Windows color (decimal): -6290150 or 1705376. OLE color: 1705376.

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

Color convert

RGB 160 5 26 -
CMYK 0 0.97 0.84 0.37
HSL 351.87º 0.94% 0.32% -
HSV(B) 351.87º 0.97% 0.63% -
XYZ 14.74 7.66 1.68 -
YUV 53.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 160 5 26 0 0.97 0.84 0.37 351.87 0.94 0.32
Hex A0 5 1A 0 61 54 25 160 5E 20
Octal 240 5 32 0 141 124 45 540 136 40
Binary 10100000 101 11010 0 1100001 1010100 100101 101100000 1011110 100000

Color Harmonies of #A0051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0051A

Black with #A0051A

Text Example


Text Example

White with #A0051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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