Html Css Color HEX #A00319 Carmine

📋 copy color: '#A00319'

red 160 ◦ green 3 ◦ blue 25

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

Shades of Carmine #A00319

Tints of Carmine #A00319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 85.11%
G = 1.6%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A00319 (or 0xA00319) is known color: Carmine. HEX triplet: A0, 03 and 19. RGB value is (160,3,25). Sum of RGB (Red+Green+Blue) = 160+3+25=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A00319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00319 is #5FFCE6. Grayscale: #343434. Windows color (decimal): -6290663 or 1639328. OLE color: 1639328.

HSL color Cylindrical-coordinate representation of color #A00319: hue angle of 351.59º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00319 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 25 -
CMYK 0 0.98 0.84 0.37
HSL 351.59º 0.96% 0.32% -
HSV(B) 351.59º 0.98% 0.63% -
XYZ 14.71 7.61 1.61 -
YUV 52.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 160 3 25 0 0.98 0.84 0.37 351.59 0.96 0.32
Hex A0 3 19 0 62 54 25 160 60 20
Octal 240 3 31 0 142 124 45 540 140 40
Binary 10100000 11 11001 0 1100010 1010100 100101 101100000 1100000 100000

Color Harmonies of #A00319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00319

Black with #A00319

Text Example


Text Example

White with #A00319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00319; }

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

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

background-color css

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

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

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

border-color css

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

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

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