Html Css Color HEX #A10325 Carmine

📋 copy color: '#A10325'

red 161 ◦ green 3 ◦ blue 37

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

Shades of Carmine #A10325

Tints of Carmine #A10325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 80.1%
G = 1.49%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A10325 (or 0xA10325) is known color: Carmine. HEX triplet: A1, 03 and 25. RGB value is (161,3,37). Sum of RGB (Red+Green+Blue) = 161+3+37=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A10325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10325 is #5EFCDA. Grayscale: #363636. Windows color (decimal): -6225115 or 2425761. OLE color: 2425761.

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

Color convert

RGB 161 3 37 -
CMYK 0 0.98 0.77 0.37
HSL 347.09º 0.96% 0.32% -
HSV(B) 347.09º 0.98% 0.63% -
XYZ 15.06 7.78 2.46 -
YUV 54.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 161 3 37 0 0.98 0.77 0.37 347.09 0.96 0.32
Hex A1 3 25 0 62 4D 25 15B 60 20
Octal 241 3 45 0 142 115 45 533 140 40
Binary 10100001 11 100101 0 1100010 1001101 100101 101011011 1100000 100000

Color Harmonies of #A10325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10325

Black with #A10325

Text Example


Text Example

White with #A10325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10325; }

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

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

background-color css

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

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

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

border-color css

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

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

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