Html Css Color HEX #A2061A Carmine

📋 copy color: '#A2061A'

red 162 ◦ green 6 ◦ blue 26

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

Shades of Carmine #A2061A

Tints of Carmine #A2061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 83.51%
G = 3.09%
B = 13.4%

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

#A2061A (or 0xA2061A) is known color: Carmine. HEX triplet: A2, 06 and 1A. RGB value is (162,6,26). Sum of RGB (Red+Green+Blue) = 162+6+26=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2061A is #5DF9E5. Grayscale: #373737. Windows color (decimal): -6158822 or 1705634. OLE color: 1705634.

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

Color convert

RGB 162 6 26 -
CMYK 0 0.96 0.84 0.36
HSL 352.31º 0.93% 0.33% -
HSV(B) 352.31º 0.96% 0.64% -
XYZ 15.15 7.89 1.7 -
YUV 54.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 162 6 26 0 0.96 0.84 0.36 352.31 0.93 0.33
Hex A2 6 1A 0 60 54 24 160 5D 21
Octal 242 6 32 0 140 124 44 540 135 41
Binary 10100010 110 11010 0 1100000 1010100 100100 101100000 1011101 100001

Color Harmonies of #A2061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2061A

Black with #A2061A

Text Example


Text Example

White with #A2061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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