Html Css Color HEX #A2082E Carmine

📋 copy color: '#A2082E'

red 162 ◦ green 8 ◦ blue 46

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

Shades of Carmine #A2082E

Tints of Carmine #A2082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 75%
G = 3.7%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2082E (or 0xA2082E) is known color: Carmine. HEX triplet: A2, 08 and 2E. RGB value is (162,8,46). Sum of RGB (Red+Green+Blue) = 162+8+46=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A2082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2082E is #5DF7D1. Grayscale: #3A3A3A. Windows color (decimal): -6158290 or 3016866. OLE color: 3016866.

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

Color convert

RGB 162 8 46 -
CMYK 0 0.95 0.72 0.36
HSL 345.19º 0.91% 0.33% -
HSV(B) 345.19º 0.95% 0.64% -
XYZ 15.48 8.05 3.32 -
YUV 58.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 162 8 46 0 0.95 0.72 0.36 345.19 0.91 0.33
Hex A2 8 2E 0 5F 48 24 159 5B 21
Octal 242 10 56 0 137 110 44 531 133 41
Binary 10100010 1000 101110 0 1011111 1001000 100100 101011001 1011011 100001

Color Harmonies of #A2082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2082E

Black with #A2082E

Text Example


Text Example

White with #A2082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2082E; }

 p { color: rgb(162,8,46); }

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

background-color css

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

 a { background-color: rgb(162,8,46); }

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

border-color css

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

 span { border-color: rgb(162,8,46); }

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