Html Css Color HEX #A01319 Carmine

📋 copy color: '#A01319'

red 160 ◦ green 19 ◦ blue 25

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

Shades of Carmine #A01319

Tints of Carmine #A01319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 78.43%
G = 9.31%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A01319 (or 0xA01319) is known color: Carmine. HEX triplet: A0, 13 and 19. RGB value is (160,19,25). Sum of RGB (Red+Green+Blue) = 160+19+25=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A01319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01319 is #5FECE6. Grayscale: #3D3D3D. Windows color (decimal): -6286567 or 1643424. OLE color: 1643424.

HSL color Cylindrical-coordinate representation of color #A01319: hue angle of 357.45º degrees, saturation: 0.79, 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 #A01319 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 25 -
CMYK 0 0.88 0.84 0.37
HSL 357.45º 0.79% 0.35% -
HSV(B) 357.45º 0.88% 0.63% -
XYZ 14.91 8.01 1.68 -
YUV 61.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 160 19 25 0 0.88 0.84 0.37 357.45 0.79 0.35
Hex A0 13 19 0 58 54 25 165 4F 23
Octal 240 23 31 0 130 124 45 545 117 43
Binary 10100000 10011 11001 0 1011000 1010100 100101 101100101 1001111 100011

Color Harmonies of #A01319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01319

Black with #A01319

Text Example


Text Example

White with #A01319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01319; }

 p { color: rgb(160,19,25); }

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

background-color css

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

 a { background-color: rgb(160,19,25); }

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

border-color css

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

 span { border-color: rgb(160,19,25); }

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