Html Css Color HEX #A1082E Carmine

📋 copy color: '#A1082E'

red 161 ◦ green 8 ◦ blue 46

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

Shades of Carmine #A1082E

Tints of Carmine #A1082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 74.88%
G = 3.72%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1082E (or 0xA1082E) is known color: Carmine. HEX triplet: A1, 08 and 2E. RGB value is (161,8,46). Sum of RGB (Red+Green+Blue) = 161+8+46=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A1082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1082E is #5EF7D1. Grayscale: #3A3A3A. Windows color (decimal): -6223826 or 3016865. OLE color: 3016865.

HSL color Cylindrical-coordinate representation of color #A1082E: hue angle of 345.1º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1082E is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 46 -
CMYK 0 0.95 0.71 0.37
HSL 345.1º 0.91% 0.33% -
HSV(B) 345.1º 0.95% 0.63% -
XYZ 15.28 7.95 3.31 -
YUV 58.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 161 8 46 0 0.95 0.71 0.37 345.1 0.91 0.33
Hex A1 8 2E 0 5F 47 25 159 5B 21
Octal 241 10 56 0 137 107 45 531 133 41
Binary 10100001 1000 101110 0 1011111 1000111 100101 101011001 1011011 100001

Color Harmonies of #A1082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1082E

Black with #A1082E

Text Example


Text Example

White with #A1082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1082E; }

 p { color: rgb(161,8,46); }

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

background-color css

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

 a { background-color: rgb(161,8,46); }

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

border-color css

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

 span { border-color: rgb(161,8,46); }

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