Html Css Color HEX #A2131C Carmine

📋 copy color: '#A2131C'

red 162 ◦ green 19 ◦ blue 28

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

Shades of Carmine #A2131C

Tints of Carmine #A2131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 77.51%
G = 9.09%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2131C (or 0xA2131C) is known color: Carmine. HEX triplet: A2, 13 and 1C. RGB value is (162,19,28). Sum of RGB (Red+Green+Blue) = 162+19+28=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2131C is #5DECE3. Grayscale: #3E3E3E. Windows color (decimal): -6155492 or 1840034. OLE color: 1840034.

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

Color convert

RGB 162 19 28 -
CMYK 0 0.88 0.83 0.36
HSL 356.22º 0.79% 0.35% -
HSV(B) 356.22º 0.88% 0.64% -
XYZ 15.34 8.23 1.88 -
YUV 62.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 162 19 28 0 0.88 0.83 0.36 356.22 0.79 0.35
Hex A2 13 1C 0 58 53 24 164 4F 23
Octal 242 23 34 0 130 123 44 544 117 43
Binary 10100010 10011 11100 0 1011000 1010011 100100 101100100 1001111 100011

Color Harmonies of #A2131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2131C

Black with #A2131C

Text Example


Text Example

White with #A2131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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