Html Css Color HEX #A2061E Carmine

📋 copy color: '#A2061E'

red 162 ◦ green 6 ◦ blue 30

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

Shades of Carmine #A2061E

Tints of Carmine #A2061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 81.82%
G = 3.03%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2061E (or 0xA2061E) is known color: Carmine. HEX triplet: A2, 06 and 1E. RGB value is (162,6,30). Sum of RGB (Red+Green+Blue) = 162+6+30=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A2061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2061E is #5DF9E1. Grayscale: #373737. Windows color (decimal): -6158818 or 1967778. OLE color: 1967778.

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

Color convert

RGB 162 6 30 -
CMYK 0 0.96 0.81 0.36
HSL 350.77º 0.93% 0.33% -
HSV(B) 350.77º 0.96% 0.64% -
XYZ 15.2 7.91 1.95 -
YUV 55.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 162 6 30 0 0.96 0.81 0.36 350.77 0.93 0.33
Hex A2 6 1E 0 60 51 24 15F 5D 21
Octal 242 6 36 0 140 121 44 537 135 41
Binary 10100010 110 11110 0 1100000 1010001 100100 101011111 1011101 100001

Color Harmonies of #A2061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2061E

Black with #A2061E

Text Example


Text Example

White with #A2061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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