Html Css Color HEX #A2191D Carmine

📋 copy color: '#A2191D'

red 162 ◦ green 25 ◦ blue 29

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

Shades of Carmine #A2191D

Tints of Carmine #A2191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 75%
G = 11.57%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2191D (or 0xA2191D) is known color: Carmine. HEX triplet: A2, 19 and 1D. RGB value is (162,25,29). Sum of RGB (Red+Green+Blue) = 162+25+29=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A2191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2191D is #5DE6E2. Grayscale: #424242. Windows color (decimal): -6153955 or 1907106. OLE color: 1907106.

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

Color convert

RGB 162 25 29 -
CMYK 0 0.85 0.82 0.36
HSL 358.25º 0.73% 0.37% -
HSV(B) 358.25º 0.85% 0.64% -
XYZ 15.47 8.47 1.98 -
YUV 66.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 162 25 29 0 0.85 0.82 0.36 358.25 0.73 0.37
Hex A2 19 1D 0 55 52 24 166 49 25
Octal 242 31 35 0 125 122 44 546 111 45
Binary 10100010 11001 11101 0 1010101 1010010 100100 101100110 1001001 100101

Color Harmonies of #A2191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2191D

Black with #A2191D

Text Example


Text Example

White with #A2191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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