Html Css Color HEX #A2131D Carmine

📋 copy color: '#A2131D'

red 162 ◦ green 19 ◦ blue 29

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

Shades of Carmine #A2131D

Tints of Carmine #A2131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 77.14%
G = 9.05%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2131D (or 0xA2131D) is known color: Carmine. HEX triplet: A2, 13 and 1D. RGB value is (162,19,29). Sum of RGB (Red+Green+Blue) = 162+19+29=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2131D is #5DECE2. Grayscale: #3F3F3F. Windows color (decimal): -6155491 or 1905570. OLE color: 1905570.

HSL color Cylindrical-coordinate representation of color #A2131D: hue angle of 355.8º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2131D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 29 -
CMYK 0 0.88 0.82 0.36
HSL 355.8º 0.79% 0.35% -
HSV(B) 355.8º 0.88% 0.64% -
XYZ 15.35 8.24 1.94 -
YUV 62.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 162 19 29 0 0.88 0.82 0.36 355.8 0.79 0.35
Hex A2 13 1D 0 58 52 24 164 4F 23
Octal 242 23 35 0 130 122 44 544 117 43
Binary 10100010 10011 11101 0 1011000 1010010 100100 101100100 1001111 100011

Color Harmonies of #A2131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2131D

Black with #A2131D

Text Example


Text Example

White with #A2131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2131D; }

 p { color: rgb(162,19,29); }

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

background-color css

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

 a { background-color: rgb(162,19,29); }

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

border-color css

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

 span { border-color: rgb(162,19,29); }

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