Html Css Color HEX #A0051C Carmine

📋 copy color: '#A0051C'

red 160 ◦ green 5 ◦ blue 28

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

Shades of Carmine #A0051C

Tints of Carmine #A0051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 82.9%
G = 2.59%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0051C (or 0xA0051C) is known color: Carmine. HEX triplet: A0, 05 and 1C. RGB value is (160,5,28). Sum of RGB (Red+Green+Blue) = 160+5+28=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051C is #5FFAE3. Grayscale: #363636. Windows color (decimal): -6290148 or 1836448. OLE color: 1836448.

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

Color convert

RGB 160 5 28 -
CMYK 0 0.97 0.82 0.37
HSL 351.1º 0.94% 0.32% -
HSV(B) 351.1º 0.97% 0.63% -
XYZ 14.76 7.67 1.8 -
YUV 53.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 160 5 28 0 0.97 0.82 0.37 351.1 0.94 0.32
Hex A0 5 1C 0 61 52 25 15F 5E 20
Octal 240 5 34 0 141 122 45 537 136 40
Binary 10100000 101 11100 0 1100001 1010010 100101 101011111 1011110 100000

Color Harmonies of #A0051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0051C

Black with #A0051C

Text Example


Text Example

White with #A0051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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