Html Css Color HEX #A2031A Carmine

📋 copy color: '#A2031A'

red 162 ◦ green 3 ◦ blue 26

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

Shades of Carmine #A2031A

Tints of Carmine #A2031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 84.82%
G = 1.57%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2031A (or 0xA2031A) is known color: Carmine. HEX triplet: A2, 03 and 1A. RGB value is (162,3,26). Sum of RGB (Red+Green+Blue) = 162+3+26=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2031A is #5DFCE5. Grayscale: #353535. Windows color (decimal): -6159590 or 1704866. OLE color: 1704866.

HSL color Cylindrical-coordinate representation of color #A2031A: hue angle of 351.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2031A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 3 26 -
CMYK 0 0.98 0.84 0.36
HSL 351.32º 0.96% 0.32% -
HSV(B) 351.32º 0.98% 0.64% -
XYZ 15.12 7.82 1.69 -
YUV 53.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 162 3 26 0 0.98 0.84 0.36 351.32 0.96 0.32
Hex A2 3 1A 0 62 54 24 15F 60 20
Octal 242 3 32 0 142 124 44 537 140 40
Binary 10100010 11 11010 0 1100010 1010100 100100 101011111 1100000 100000

Color Harmonies of #A2031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2031A

Black with #A2031A

Text Example


Text Example

White with #A2031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2031A; }

 p { color: rgb(162,3,26); }

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

background-color css

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

 a { background-color: rgb(162,3,26); }

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

border-color css

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

 span { border-color: rgb(162,3,26); }

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