Html Css Color HEX #A2071A Carmine

📋 copy color: '#A2071A'

red 162 ◦ green 7 ◦ blue 26

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

Shades of Carmine #A2071A

Tints of Carmine #A2071A

RGB

 RED value IS 162 (63.67% from 255) = 83.08%

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

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

R = 83.08%
G = 3.59%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2071A (or 0xA2071A) is known color: Carmine. HEX triplet: A2, 07 and 1A. RGB value is (162,7,26). Sum of RGB (Red+Green+Blue) = 162+7+26=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071A is #5DF8E5. Grayscale: #373737. Windows color (decimal): -6158566 or 1705890. OLE color: 1705890.

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

Color convert

RGB 162 7 26 -
CMYK 0 0.96 0.84 0.36
HSL 352.65º 0.92% 0.33% -
HSV(B) 352.65º 0.96% 0.64% -
XYZ 15.16 7.91 1.7 -
YUV 55.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 162 7 26 0 0.96 0.84 0.36 352.65 0.92 0.33
Hex A2 7 1A 0 60 54 24 161 5C 21
Octal 242 7 32 0 140 124 44 541 134 41
Binary 10100010 111 11010 0 1100000 1010100 100100 101100001 1011100 100001

Color Harmonies of #A2071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2071A

Black with #A2071A

Text Example


Text Example

White with #A2071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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