Html Css Color HEX #A2131B Carmine

📋 copy color: '#A2131B'

red 162 ◦ green 19 ◦ blue 27

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

Shades of Carmine #A2131B

Tints of Carmine #A2131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 77.88%
G = 9.13%
B = 12.98%

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

#A2131B (or 0xA2131B) is known color: Carmine. HEX triplet: A2, 13 and 1B. RGB value is (162,19,27). Sum of RGB (Red+Green+Blue) = 162+19+27=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2131B is #5DECE4. Grayscale: #3E3E3E. Windows color (decimal): -6155493 or 1774498. OLE color: 1774498.

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

Color convert

RGB 162 19 27 -
CMYK 0 0.88 0.83 0.36
HSL 356.64º 0.79% 0.35% -
HSV(B) 356.64º 0.88% 0.64% -
XYZ 15.33 8.23 1.82 -
YUV 62.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 162 19 27 0 0.88 0.83 0.36 356.64 0.79 0.35
Hex A2 13 1B 0 58 53 24 165 4F 23
Octal 242 23 33 0 130 123 44 545 117 43
Binary 10100010 10011 11011 0 1011000 1010011 100100 101100101 1001111 100011

Color Harmonies of #A2131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2131B

Black with #A2131B

Text Example


Text Example

White with #A2131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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