Html Css Color HEX #A1031E Carmine

📋 copy color: '#A1031E'

red 161 ◦ green 3 ◦ blue 30

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

Shades of Carmine #A1031E

Tints of Carmine #A1031E

RGB

 RED value IS 161 (63.28% from 255) = 82.99%

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

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

R = 82.99%
G = 1.55%
B = 15.46%

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

#A1031E (or 0xA1031E) is known color: Carmine. HEX triplet: A1, 03 and 1E. RGB value is (161,3,30). Sum of RGB (Red+Green+Blue) = 161+3+30=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1031E is #5EFCE1. Grayscale: #353535. Windows color (decimal): -6225122 or 1967009. OLE color: 1967009.

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

Color convert

RGB 161 3 30 -
CMYK 0 0.98 0.81 0.37
HSL 349.75º 0.96% 0.32% -
HSV(B) 349.75º 0.98% 0.63% -
XYZ 14.96 7.74 1.93 -
YUV 53.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 161 3 30 0 0.98 0.81 0.37 349.75 0.96 0.32
Hex A1 3 1E 0 62 51 25 15E 60 20
Octal 241 3 36 0 142 121 45 536 140 40
Binary 10100001 11 11110 0 1100010 1010001 100101 101011110 1100000 100000

Color Harmonies of #A1031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1031E

Black with #A1031E

Text Example


Text Example

White with #A1031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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