Html Css Color HEX #A01031 Carmine

📋 copy color: '#A01031'

red 160 ◦ green 16 ◦ blue 49

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

Shades of Carmine #A01031

Tints of Carmine #A01031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 71.11%
G = 7.11%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A01031 (or 0xA01031) is known color: Carmine. HEX triplet: A0, 10 and 31. RGB value is (160,16,49). Sum of RGB (Red+Green+Blue) = 160+16+49=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A01031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01031 is #5FEFCE. Grayscale: #3E3E3E. Windows color (decimal): -6287311 or 3215520. OLE color: 3215520.

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

Color convert

RGB 160 16 49 -
CMYK 0 0.9 0.69 0.37
HSL 346.25º 0.82% 0.35% -
HSV(B) 346.25º 0.9% 0.63% -
XYZ 15.24 8.07 3.66 -
YUV 62.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 160 16 49 0 0.9 0.69 0.37 346.25 0.82 0.35
Hex A0 10 31 0 5A 45 25 15A 52 23
Octal 240 20 61 0 132 105 45 532 122 43
Binary 10100000 10000 110001 0 1011010 1000101 100101 101011010 1010010 100011

Color Harmonies of #A01031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01031

Black with #A01031

Text Example


Text Example

White with #A01031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01031; }

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

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

background-color css

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

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

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

border-color css

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

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

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