Html Css Color HEX #A0031A Carmine

📋 copy color: '#A0031A'

red 160 ◦ green 3 ◦ blue 26

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

Shades of Carmine #A0031A

Tints of Carmine #A0031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 84.66%
G = 1.59%
B = 13.76%

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

#A0031A (or 0xA0031A) is known color: Carmine. HEX triplet: A0, 03 and 1A. RGB value is (160,3,26). Sum of RGB (Red+Green+Blue) = 160+3+26=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A0031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0031A is #5FFCE5. Grayscale: #343434. Windows color (decimal): -6290662 or 1704864. OLE color: 1704864.

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

Color convert

RGB 160 3 26 -
CMYK 0 0.98 0.84 0.37
HSL 351.21º 0.96% 0.32% -
HSV(B) 351.21º 0.98% 0.63% -
XYZ 14.72 7.61 1.67 -
YUV 52.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 160 3 26 0 0.98 0.84 0.37 351.21 0.96 0.32
Hex A0 3 1A 0 62 54 25 15F 60 20
Octal 240 3 32 0 142 124 45 537 140 40
Binary 10100000 11 11010 0 1100010 1010100 100101 101011111 1100000 100000

Color Harmonies of #A0031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0031A

Black with #A0031A

Text Example


Text Example

White with #A0031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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