Html Css Color HEX #A2131F Carmine

📋 copy color: '#A2131F'

red 162 ◦ green 19 ◦ blue 31

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

Shades of Carmine #A2131F

Tints of Carmine #A2131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 76.42%
G = 8.96%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2131F (or 0xA2131F) is known color: Carmine. HEX triplet: A2, 13 and 1F. RGB value is (162,19,31). Sum of RGB (Red+Green+Blue) = 162+19+31=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2131F is #5DECE0. Grayscale: #3F3F3F. Windows color (decimal): -6155489 or 2036642. OLE color: 2036642.

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

Color convert

RGB 162 19 31 -
CMYK 0 0.88 0.81 0.36
HSL 354.97º 0.79% 0.35% -
HSV(B) 354.97º 0.88% 0.64% -
XYZ 15.38 8.25 2.08 -
YUV 63.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 162 19 31 0 0.88 0.81 0.36 354.97 0.79 0.35
Hex A2 13 1F 0 58 51 24 163 4F 23
Octal 242 23 37 0 130 121 44 543 117 43
Binary 10100010 10011 11111 0 1011000 1010001 100100 101100011 1001111 100011

Color Harmonies of #A2131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2131F

Black with #A2131F

Text Example


Text Example

White with #A2131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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