Html Css Color HEX #A0023A Carmine

📋 copy color: '#A0023A'

red 160 ◦ green 2 ◦ blue 58

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

Shades of Carmine #A0023A

Tints of Carmine #A0023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 72.73%
G = 0.91%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0023A (or 0xA0023A) is known color: Carmine. HEX triplet: A0, 02 and 3A. RGB value is (160,2,58). Sum of RGB (Red+Green+Blue) = 160+2+58=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023A is #5FFDC5. Grayscale: #373737. Windows color (decimal): -6290886 or 3801760. OLE color: 3801760.

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

Color convert

RGB 160 2 58 -
CMYK 0 0.99 0.64 0.37
HSL 338.73º 0.98% 0.32% -
HSV(B) 338.73º 0.99% 0.63% -
XYZ 15.28 7.82 4.71 -
YUV 55.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 160 2 58 0 0.99 0.64 0.37 338.73 0.98 0.32
Hex A0 2 3A 0 63 40 25 153 62 20
Octal 240 2 72 0 143 100 45 523 142 40
Binary 10100000 10 111010 0 1100011 1000000 100101 101010011 1100010 100000

Color Harmonies of #A0023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0023A

Black with #A0023A

Text Example


Text Example

White with #A0023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0023A; }

 p { color: rgb(160,2,58); }

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

background-color css

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

 a { background-color: rgb(160,2,58); }

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

border-color css

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

 span { border-color: rgb(160,2,58); }

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