Html Css Color HEX #A2151C Carmine

📋 copy color: '#A2151C'

red 162 ◦ green 21 ◦ blue 28

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

Shades of Carmine #A2151C

Tints of Carmine #A2151C

RGB

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

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

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

R = 76.78%
G = 9.95%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2151C (or 0xA2151C) is known color: Carmine. HEX triplet: A2, 15 and 1C. RGB value is (162,21,28). Sum of RGB (Red+Green+Blue) = 162+21+28=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2151C is #5DEAE3. Grayscale: #404040. Windows color (decimal): -6154980 or 1840546. OLE color: 1840546.

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

Color convert

RGB 162 21 28 -
CMYK 0 0.87 0.83 0.36
HSL 357.02º 0.77% 0.36% -
HSV(B) 357.02º 0.87% 0.64% -
XYZ 15.38 8.3 1.89 -
YUV 63.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 162 21 28 0 0.87 0.83 0.36 357.02 0.77 0.36
Hex A2 15 1C 0 57 53 24 165 4D 24
Octal 242 25 34 0 127 123 44 545 115 44
Binary 10100010 10101 11100 0 1010111 1010011 100100 101100101 1001101 100100

Color Harmonies of #A2151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2151C

Black with #A2151C

Text Example


Text Example

White with #A2151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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