Html Css Color HEX #A2151D Carmine

📋 copy color: '#A2151D'

red 162 ◦ green 21 ◦ blue 29

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

Shades of Carmine #A2151D

Tints of Carmine #A2151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 76.42%
G = 9.91%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2151D (or 0xA2151D) is known color: Carmine. HEX triplet: A2, 15 and 1D. RGB value is (162,21,29). Sum of RGB (Red+Green+Blue) = 162+21+29=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2151D is #5DEAE2. Grayscale: #404040. Windows color (decimal): -6154979 or 1906082. OLE color: 1906082.

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

Color convert

RGB 162 21 29 -
CMYK 0 0.87 0.82 0.36
HSL 356.6º 0.77% 0.36% -
HSV(B) 356.6º 0.87% 0.64% -
XYZ 15.39 8.31 1.95 -
YUV 64.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 162 21 29 0 0.87 0.82 0.36 356.6 0.77 0.36
Hex A2 15 1D 0 57 52 24 165 4D 24
Octal 242 25 35 0 127 122 44 545 115 44
Binary 10100010 10101 11101 0 1010111 1010010 100100 101100101 1001101 100100

Color Harmonies of #A2151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2151D

Black with #A2151D

Text Example


Text Example

White with #A2151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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