Html Css Color HEX #A2082B Carmine

📋 copy color: '#A2082B'

red 162 ◦ green 8 ◦ blue 43

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

Shades of Carmine #A2082B

Tints of Carmine #A2082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 76.06%
G = 3.76%
B = 20.19%

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

#A2082B (or 0xA2082B) is known color: Carmine. HEX triplet: A2, 08 and 2B. RGB value is (162,8,43). Sum of RGB (Red+Green+Blue) = 162+8+43=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2082B is #5DF7D4. Grayscale: #3A3A3A. Windows color (decimal): -6158293 or 2820258. OLE color: 2820258.

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

Color convert

RGB 162 8 43 -
CMYK 0 0.95 0.73 0.36
HSL 346.36º 0.91% 0.33% -
HSV(B) 346.36º 0.95% 0.64% -
XYZ 15.42 8.03 3.02 -
YUV 58.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 162 8 43 0 0.95 0.73 0.36 346.36 0.91 0.33
Hex A2 8 2B 0 5F 49 24 15A 5B 21
Octal 242 10 53 0 137 111 44 532 133 41
Binary 10100010 1000 101011 0 1011111 1001001 100100 101011010 1011011 100001

Color Harmonies of #A2082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2082B

Black with #A2082B

Text Example


Text Example

White with #A2082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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