Html Css Color HEX #A00A31 Carmine

📋 copy color: '#A00A31'

red 160 ◦ green 10 ◦ blue 49

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

Shades of Carmine #A00A31

Tints of Carmine #A00A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

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

R = 73.06%
G = 4.57%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A00A31 (or 0xA00A31) is known color: Carmine. HEX triplet: A0, 0A and 31. RGB value is (160,10,49). Sum of RGB (Red+Green+Blue) = 160+10+49=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A31 is #5FF5CE. Grayscale: #3B3B3B. Windows color (decimal): -6288847 or 3213984. OLE color: 3213984.

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

Color convert

RGB 160 10 49 -
CMYK 0 0.94 0.69 0.37
HSL 344.4º 0.88% 0.33% -
HSV(B) 344.4º 0.94% 0.63% -
XYZ 15.16 7.91 3.63 -
YUV 59.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 160 10 49 0 0.94 0.69 0.37 344.4 0.88 0.33
Hex A0 A 31 0 5E 45 25 158 58 21
Octal 240 12 61 0 136 105 45 530 130 41
Binary 10100000 1010 110001 0 1011110 1000101 100101 101011000 1011000 100001

Color Harmonies of #A00A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A31

Black with #A00A31

Text Example


Text Example

White with #A00A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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