Html Css Color HEX #A01223 Carmine

📋 copy color: '#A01223'

red 160 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A01223

Tints of Carmine #A01223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 75.12%
G = 8.45%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A01223 (or 0xA01223) is known color: Carmine. HEX triplet: A0, 12 and 23. RGB value is (160,18,35). Sum of RGB (Red+Green+Blue) = 160+18+35=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A01223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01223 is #5FEDDC. Grayscale: #3E3E3E. Windows color (decimal): -6286813 or 2298528. OLE color: 2298528.

HSL color Cylindrical-coordinate representation of color #A01223: hue angle of 352.82º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01223 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 35 -
CMYK 0 0.89 0.78 0.37
HSL 352.82º 0.8% 0.35% -
HSV(B) 352.82º 0.89% 0.63% -
XYZ 15.02 8.03 2.35 -
YUV 62.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 160 18 35 0 0.89 0.78 0.37 352.82 0.8 0.35
Hex A0 12 23 0 59 4E 25 161 50 23
Octal 240 22 43 0 131 116 45 541 120 43
Binary 10100000 10010 100011 0 1011001 1001110 100101 101100001 1010000 100011

Color Harmonies of #A01223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01223

Black with #A01223

Text Example


Text Example

White with #A01223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01223; }

 p { color: rgb(160,18,35); }

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

background-color css

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

 a { background-color: rgb(160,18,35); }

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

border-color css

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

 span { border-color: rgb(160,18,35); }

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