Html Css Color HEX #A10322 Carmine

📋 copy color: '#A10322'

red 161 ◦ green 3 ◦ blue 34

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

Shades of Carmine #A10322

Tints of Carmine #A10322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.17%

R = 81.31%
G = 1.52%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A10322 (or 0xA10322) is known color: Carmine. HEX triplet: A1, 03 and 22. RGB value is (161,3,34). Sum of RGB (Red+Green+Blue) = 161+3+34=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A10322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10322 is #5EFCDD. Grayscale: #353535. Windows color (decimal): -6225118 or 2229153. OLE color: 2229153.

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

Color convert

RGB 161 3 34 -
CMYK 0 0.98 0.79 0.37
HSL 348.23º 0.96% 0.32% -
HSV(B) 348.23º 0.98% 0.63% -
XYZ 15.02 7.76 2.22 -
YUV 53.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 161 3 34 0 0.98 0.79 0.37 348.23 0.96 0.32
Hex A1 3 22 0 62 4F 25 15C 60 20
Octal 241 3 42 0 142 117 45 534 140 40
Binary 10100001 11 100010 0 1100010 1001111 100101 101011100 1100000 100000

Color Harmonies of #A10322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10322

Black with #A10322

Text Example


Text Example

White with #A10322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10322; }

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

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

background-color css

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

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

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

border-color css

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

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

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