Html Css Color HEX #A0022E Carmine

📋 copy color: '#A0022E'

red 160 ◦ green 2 ◦ blue 46

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

Shades of Carmine #A0022E

Tints of Carmine #A0022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 76.92%
G = 0.96%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0022E (or 0xA0022E) is known color: Carmine. HEX triplet: A0, 02 and 2E. RGB value is (160,2,46). Sum of RGB (Red+Green+Blue) = 160+2+46=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0022E is #5FFDD1. Grayscale: #363636. Windows color (decimal): -6290898 or 3015328. OLE color: 3015328.

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

Color convert

RGB 160 2 46 -
CMYK 0 0.99 0.71 0.37
HSL 343.29º 0.98% 0.32% -
HSV(B) 343.29º 0.99% 0.63% -
XYZ 15.01 7.71 3.28 -
YUV 54.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 160 2 46 0 0.99 0.71 0.37 343.29 0.98 0.32
Hex A0 2 2E 0 63 47 25 157 62 20
Octal 240 2 56 0 143 107 45 527 142 40
Binary 10100000 10 101110 0 1100011 1000111 100101 101010111 1100010 100000

Color Harmonies of #A0022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0022E

Black with #A0022E

Text Example


Text Example

White with #A0022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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