Html Css Color HEX #A00131 Carmine

📋 copy color: '#A00131'

red 160 ◦ green 1 ◦ blue 49

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

Shades of Carmine #A00131

Tints of Carmine #A00131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 76.19%
G = 0.48%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A00131 (or 0xA00131) is known color: Carmine. HEX triplet: A0, 01 and 31. RGB value is (160,1,49). Sum of RGB (Red+Green+Blue) = 160+1+49=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A00131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00131 is #5FFECE. Grayscale: #353535. Windows color (decimal): -6291151 or 3211680. OLE color: 3211680.

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

Color convert

RGB 160 1 49 -
CMYK 0 0.99 0.69 0.37
HSL 341.89º 0.99% 0.32% -
HSV(B) 341.89º 0.99% 0.63% -
XYZ 15.06 7.72 3.6 -
YUV 54.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 160 1 49 0 0.99 0.69 0.37 341.89 0.99 0.32
Hex A0 1 31 0 63 45 25 156 63 20
Octal 240 1 61 0 143 105 45 526 143 40
Binary 10100000 1 110001 0 1100011 1000101 100101 101010110 1100011 100000

Color Harmonies of #A00131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00131

Black with #A00131

Text Example


Text Example

White with #A00131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00131; }

 p { color: rgb(160,1,49); }

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

background-color css

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

 a { background-color: rgb(160,1,49); }

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

border-color css

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

 span { border-color: rgb(160,1,49); }

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