Html Css Color HEX #A1003A Carmine

📋 copy color: '#A1003A'

red 161 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A1003A

Tints of Carmine #A1003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 73.52%
G = 0%
B = 26.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1003A (or 0xA1003A) is known color: Carmine. HEX triplet: A1, 00 and 3A. RGB value is (161,0,58). Sum of RGB (Red+Green+Blue) = 161+0+58=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A1003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1003A is #5EFFC5. Grayscale: #363636. Windows color (decimal): -6225862 or 3801249. OLE color: 3801249.

HSL color Cylindrical-coordinate representation of color #A1003A: hue angle of 338.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1003A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 0 58 -
CMYK 0 1 0.64 0.37
HSL 338.39º 1% 0.32% -
HSV(B) 338.39º 1% 0.63% -
XYZ 15.46 7.88 4.71 -
YUV 54.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 161 0 58 0 1 0.64 0.37 338.39 1 0.32
Hex A1 0 3A 0 64 40 25 152 64 20
Octal 241 0 72 0 144 100 45 522 144 40
Binary 10100001 0 111010 0 1100100 1000000 100101 101010010 1100100 100000

Color Harmonies of #A1003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1003A

Black with #A1003A

Text Example


Text Example

White with #A1003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1003A; }

 p { color: rgb(161,0,58); }

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

background-color css

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

 a { background-color: rgb(161,0,58); }

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

border-color css

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

 span { border-color: rgb(161,0,58); }

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