Html Css Color HEX #A10130 Carmine

📋 copy color: '#A10130'

red 161 ◦ green 1 ◦ blue 48

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

Shades of Carmine #A10130

Tints of Carmine #A10130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 76.67%
G = 0.48%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A10130 (or 0xA10130) is known color: Carmine. HEX triplet: A1, 01 and 30. RGB value is (161,1,48). Sum of RGB (Red+Green+Blue) = 161+1+48=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A10130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10130 is #5EFECF. Grayscale: #363636. Windows color (decimal): -6225616 or 3146145. OLE color: 3146145.

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

Color convert

RGB 161 1 48 -
CMYK 0 0.99 0.70 0.37
HSL 342.38º 0.99% 0.32% -
HSV(B) 342.38º 0.99% 0.63% -
XYZ 15.24 7.81 3.5 -
YUV 54.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 161 1 48 0 0.99 0.70 0.37 342.38 0.99 0.32
Hex A1 1 30 0 63 46 25 156 63 20
Octal 241 1 60 0 143 106 45 526 143 40
Binary 10100001 1 110000 0 1100011 1000110 100101 101010110 1100011 100000

Color Harmonies of #A10130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10130

Black with #A10130

Text Example


Text Example

White with #A10130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10130; }

 p { color: rgb(161,1,48); }

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

background-color css

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

 a { background-color: rgb(161,1,48); }

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

border-color css

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

 span { border-color: rgb(161,1,48); }

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