Html Css Color HEX #A1031C Carmine

📋 copy color: '#A1031C'

red 161 ◦ green 3 ◦ blue 28

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

Shades of Carmine #A1031C

Tints of Carmine #A1031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 83.85%
G = 1.56%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1031C (or 0xA1031C) is known color: Carmine. HEX triplet: A1, 03 and 1C. RGB value is (161,3,28). Sum of RGB (Red+Green+Blue) = 161+3+28=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1031C is #5EFCE3. Grayscale: #353535. Windows color (decimal): -6225124 or 1835937. OLE color: 1835937.

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

Color convert

RGB 161 3 28 -
CMYK 0 0.98 0.83 0.37
HSL 350.51º 0.96% 0.32% -
HSV(B) 350.51º 0.98% 0.63% -
XYZ 14.94 7.73 1.8 -
YUV 53.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 161 3 28 0 0.98 0.83 0.37 350.51 0.96 0.32
Hex A1 3 1C 0 62 53 25 15F 60 20
Octal 241 3 34 0 142 123 45 537 140 40
Binary 10100001 11 11100 0 1100010 1010011 100101 101011111 1100000 100000

Color Harmonies of #A1031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1031C

Black with #A1031C

Text Example


Text Example

White with #A1031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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