Html Css Color HEX #A2061B Carmine

📋 copy color: '#A2061B'

red 162 ◦ green 6 ◦ blue 27

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

Shades of Carmine #A2061B

Tints of Carmine #A2061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 83.08%
G = 3.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2061B (or 0xA2061B) is known color: Carmine. HEX triplet: A2, 06 and 1B. RGB value is (162,6,27). Sum of RGB (Red+Green+Blue) = 162+6+27=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2061B is #5DF9E4. Grayscale: #373737. Windows color (decimal): -6158821 or 1771170. OLE color: 1771170.

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

Color convert

RGB 162 6 27 -
CMYK 0 0.96 0.83 0.36
HSL 351.92º 0.93% 0.33% -
HSV(B) 351.92º 0.96% 0.64% -
XYZ 15.16 7.89 1.76 -
YUV 55.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 162 6 27 0 0.96 0.83 0.36 351.92 0.93 0.33
Hex A2 6 1B 0 60 53 24 160 5D 21
Octal 242 6 33 0 140 123 44 540 135 41
Binary 10100010 110 11011 0 1100000 1010011 100100 101100000 1011101 100001

Color Harmonies of #A2061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2061B

Black with #A2061B

Text Example


Text Example

White with #A2061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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