Html Css Color HEX #A2082C Carmine

📋 copy color: '#A2082C'

red 162 ◦ green 8 ◦ blue 44

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

Shades of Carmine #A2082C

Tints of Carmine #A2082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 75.7%
G = 3.74%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2082C (or 0xA2082C) is known color: Carmine. HEX triplet: A2, 08 and 2C. RGB value is (162,8,44). Sum of RGB (Red+Green+Blue) = 162+8+44=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2082C is #5DF7D3. Grayscale: #3A3A3A. Windows color (decimal): -6158292 or 2885794. OLE color: 2885794.

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

Color convert

RGB 162 8 44 -
CMYK 0 0.95 0.73 0.36
HSL 345.97º 0.91% 0.33% -
HSV(B) 345.97º 0.95% 0.64% -
XYZ 15.44 8.04 3.12 -
YUV 58.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 162 8 44 0 0.95 0.73 0.36 345.97 0.91 0.33
Hex A2 8 2C 0 5F 49 24 15A 5B 21
Octal 242 10 54 0 137 111 44 532 133 41
Binary 10100010 1000 101100 0 1011111 1001001 100100 101011010 1011011 100001

Color Harmonies of #A2082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2082C

Black with #A2082C

Text Example


Text Example

White with #A2082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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