Html Css Color HEX #A1071A Carmine

📋 copy color: '#A1071A'

red 161 ◦ green 7 ◦ blue 26

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

Shades of Carmine #A1071A

Tints of Carmine #A1071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 82.99%
G = 3.61%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1071A (or 0xA1071A) is known color: Carmine. HEX triplet: A1, 07 and 1A. RGB value is (161,7,26). Sum of RGB (Red+Green+Blue) = 161+7+26=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1071A is #5EF8E5. Grayscale: #373737. Windows color (decimal): -6224102 or 1705889. OLE color: 1705889.

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

Color convert

RGB 161 7 26 -
CMYK 0 0.96 0.84 0.37
HSL 352.6º 0.92% 0.33% -
HSV(B) 352.6º 0.96% 0.63% -
XYZ 14.96 7.8 1.7 -
YUV 55.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 161 7 26 0 0.96 0.84 0.37 352.6 0.92 0.33
Hex A1 7 1A 0 60 54 25 161 5C 21
Octal 241 7 32 0 140 124 45 541 134 41
Binary 10100001 111 11010 0 1100000 1010100 100101 101100001 1011100 100001

Color Harmonies of #A1071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1071A

Black with #A1071A

Text Example


Text Example

White with #A1071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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