Html Css Color HEX #A0022B Carmine

📋 copy color: '#A0022B'

red 160 ◦ green 2 ◦ blue 43

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

Shades of Carmine #A0022B

Tints of Carmine #A0022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 78.05%
G = 0.98%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0022B (or 0xA0022B) is known color: Carmine. HEX triplet: A0, 02 and 2B. RGB value is (160,2,43). Sum of RGB (Red+Green+Blue) = 160+2+43=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0022B is #5FFDD4. Grayscale: #353535. Windows color (decimal): -6290901 or 2818720. OLE color: 2818720.

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

Color convert

RGB 160 2 43 -
CMYK 0 0.99 0.73 0.37
HSL 344.43º 0.98% 0.32% -
HSV(B) 344.43º 0.99% 0.63% -
XYZ 14.95 7.69 2.98 -
YUV 53.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 160 2 43 0 0.99 0.73 0.37 344.43 0.98 0.32
Hex A0 2 2B 0 63 49 25 158 62 20
Octal 240 2 53 0 143 111 45 530 142 40
Binary 10100000 10 101011 0 1100011 1001001 100101 101011000 1100010 100000

Color Harmonies of #A0022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0022B

Black with #A0022B

Text Example


Text Example

White with #A0022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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