Html Css Color HEX #A1072E Carmine

📋 copy color: '#A1072E'

red 161 ◦ green 7 ◦ blue 46

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

Shades of Carmine #A1072E

Tints of Carmine #A1072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 75.23%
G = 3.27%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1072E (or 0xA1072E) is known color: Carmine. HEX triplet: A1, 07 and 2E. RGB value is (161,7,46). Sum of RGB (Red+Green+Blue) = 161+7+46=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1072E is #5EF8D1. Grayscale: #393939. Windows color (decimal): -6224082 or 3016609. OLE color: 3016609.

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

Color convert

RGB 161 7 46 -
CMYK 0 0.96 0.71 0.37
HSL 344.81º 0.92% 0.33% -
HSV(B) 344.81º 0.96% 0.63% -
XYZ 15.27 7.93 3.31 -
YUV 57.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 161 7 46 0 0.96 0.71 0.37 344.81 0.92 0.33
Hex A1 7 2E 0 60 47 25 159 5C 21
Octal 241 7 56 0 140 107 45 531 134 41
Binary 10100001 111 101110 0 1100000 1000111 100101 101011001 1011100 100001

Color Harmonies of #A1072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1072E

Black with #A1072E

Text Example


Text Example

White with #A1072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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