Html Css Color HEX #A01423 Carmine

📋 copy color: '#A01423'

red 160 ◦ green 20 ◦ blue 35

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

Shades of Carmine #A01423

Tints of Carmine #A01423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 74.42%
G = 9.3%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A01423 (or 0xA01423) is known color: Carmine. HEX triplet: A0, 14 and 23. RGB value is (160,20,35). Sum of RGB (Red+Green+Blue) = 160+20+35=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A01423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01423 is #5FEBDC. Grayscale: #3F3F3F. Windows color (decimal): -6286301 or 2299040. OLE color: 2299040.

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

Color convert

RGB 160 20 35 -
CMYK 0 0.88 0.78 0.37
HSL 353.57º 0.78% 0.35% -
HSV(B) 353.57º 0.88% 0.63% -
XYZ 15.05 8.1 2.36 -
YUV 63.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 160 20 35 0 0.88 0.78 0.37 353.57 0.78 0.35
Hex A0 14 23 0 58 4E 25 162 4E 23
Octal 240 24 43 0 130 116 45 542 116 43
Binary 10100000 10100 100011 0 1011000 1001110 100101 101100010 1001110 100011

Color Harmonies of #A01423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01423

Black with #A01423

Text Example


Text Example

White with #A01423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01423; }

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

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

background-color css

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

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

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

border-color css

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

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

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