Html Css Color HEX #A2101C Carmine

📋 copy color: '#A2101C'

red 162 ◦ green 16 ◦ blue 28

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

Shades of Carmine #A2101C

Tints of Carmine #A2101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 78.64%
G = 7.77%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2101C (or 0xA2101C) is known color: Carmine. HEX triplet: A2, 10 and 1C. RGB value is (162,16,28). Sum of RGB (Red+Green+Blue) = 162+16+28=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2101C is #5DEFE3. Grayscale: #3D3D3D. Windows color (decimal): -6156260 or 1839266. OLE color: 1839266.

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

Color convert

RGB 162 16 28 -
CMYK 0 0.90 0.83 0.36
HSL 355.07º 0.82% 0.35% -
HSV(B) 355.07º 0.9% 0.64% -
XYZ 15.3 8.14 1.86 -
YUV 61.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 162 16 28 0 0.90 0.83 0.36 355.07 0.82 0.35
Hex A2 10 1C 0 5A 53 24 163 52 23
Octal 242 20 34 0 132 123 44 543 122 43
Binary 10100010 10000 11100 0 1011010 1010011 100100 101100011 1010010 100011

Color Harmonies of #A2101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2101C

Black with #A2101C

Text Example


Text Example

White with #A2101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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