Html Css Color HEX #A1141B Carmine

📋 copy color: '#A1141B'

red 161 ◦ green 20 ◦ blue 27

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

Shades of Carmine #A1141B

Tints of Carmine #A1141B

RGB

 RED value IS 161 (63.28% from 255) = 77.4%

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 77.4%
G = 9.62%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1141B (or 0xA1141B) is known color: Carmine. HEX triplet: A1, 14 and 1B. RGB value is (161,20,27). Sum of RGB (Red+Green+Blue) = 161+20+27=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141B is #5EEBE4. Grayscale: #3F3F3F. Windows color (decimal): -6220773 or 1774753. OLE color: 1774753.

HSL color Cylindrical-coordinate representation of color #A1141B: hue angle of 357.02º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1141B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 27 -
CMYK 0 0.88 0.83 0.37
HSL 357.02º 0.78% 0.35% -
HSV(B) 357.02º 0.88% 0.63% -
XYZ 15.15 8.16 1.81 -
YUV 62.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 161 20 27 0 0.88 0.83 0.37 357.02 0.78 0.35
Hex A1 14 1B 0 58 53 25 165 4E 23
Octal 241 24 33 0 130 123 45 545 116 43
Binary 10100001 10100 11011 0 1011000 1010011 100101 101100101 1001110 100011

Color Harmonies of #A1141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1141B

Black with #A1141B

Text Example


Text Example

White with #A1141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1141B; }

 p { color: rgb(161,20,27); }

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

background-color css

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

 a { background-color: rgb(161,20,27); }

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

border-color css

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

 span { border-color: rgb(161,20,27); }

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