Html Css Color HEX #A0022F Carmine

📋 copy color: '#A0022F'

red 160 ◦ green 2 ◦ blue 47

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

Shades of Carmine #A0022F

Tints of Carmine #A0022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 76.56%
G = 0.96%
B = 22.49%

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

#A0022F (or 0xA0022F) is known color: Carmine. HEX triplet: A0, 02 and 2F. RGB value is (160,2,47). Sum of RGB (Red+Green+Blue) = 160+2+47=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0022F is #5FFDD0. Grayscale: #363636. Windows color (decimal): -6290897 or 3080864. OLE color: 3080864.

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

Color convert

RGB 160 2 47 -
CMYK 0 0.99 0.71 0.37
HSL 342.91º 0.98% 0.32% -
HSV(B) 342.91º 0.99% 0.63% -
XYZ 15.03 7.72 3.39 -
YUV 54.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 160 2 47 0 0.99 0.71 0.37 342.91 0.98 0.32
Hex A0 2 2F 0 63 47 25 157 62 20
Octal 240 2 57 0 143 107 45 527 142 40
Binary 10100000 10 101111 0 1100011 1000111 100101 101010111 1100010 100000

Color Harmonies of #A0022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0022F

Black with #A0022F

Text Example


Text Example

White with #A0022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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