Html Css Color HEX #A0031E Carmine

📋 copy color: '#A0031E'

red 160 ◦ green 3 ◦ blue 30

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

Shades of Carmine #A0031E

Tints of Carmine #A0031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 82.9%
G = 1.55%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0031E (or 0xA0031E) is known color: Carmine. HEX triplet: A0, 03 and 1E. RGB value is (160,3,30). Sum of RGB (Red+Green+Blue) = 160+3+30=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0031E is #5FFCE1. Grayscale: #353535. Windows color (decimal): -6290658 or 1967008. OLE color: 1967008.

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

Color convert

RGB 160 3 30 -
CMYK 0 0.98 0.81 0.37
HSL 349.68º 0.96% 0.32% -
HSV(B) 349.68º 0.98% 0.63% -
XYZ 14.76 7.63 1.92 -
YUV 53.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 160 3 30 0 0.98 0.81 0.37 349.68 0.96 0.32
Hex A0 3 1E 0 62 51 25 15E 60 20
Octal 240 3 36 0 142 121 45 536 140 40
Binary 10100000 11 11110 0 1100010 1010001 100101 101011110 1100000 100000

Color Harmonies of #A0031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0031E

Black with #A0031E

Text Example


Text Example

White with #A0031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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