Html Css Color HEX #A1101E Carmine

📋 copy color: '#A1101E'

red 161 ◦ green 16 ◦ blue 30

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

Shades of Carmine #A1101E

Tints of Carmine #A1101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 77.78%
G = 7.73%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1101E (or 0xA1101E) is known color: Carmine. HEX triplet: A1, 10 and 1E. RGB value is (161,16,30). Sum of RGB (Red+Green+Blue) = 161+16+30=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1101E is #5EEFE1. Grayscale: #3D3D3D. Windows color (decimal): -6221794 or 1970337. OLE color: 1970337.

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

Color convert

RGB 161 16 30 -
CMYK 0 0.90 0.81 0.37
HSL 354.21º 0.82% 0.35% -
HSV(B) 354.21º 0.9% 0.63% -
XYZ 15.12 8.04 1.98 -
YUV 60.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 161 16 30 0 0.90 0.81 0.37 354.21 0.82 0.35
Hex A1 10 1E 0 5A 51 25 162 52 23
Octal 241 20 36 0 132 121 45 542 122 43
Binary 10100001 10000 11110 0 1011010 1010001 100101 101100010 1010010 100011

Color Harmonies of #A1101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1101E

Black with #A1101E

Text Example


Text Example

White with #A1101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1101E; }

 p { color: rgb(161,16,30); }

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

background-color css

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

 a { background-color: rgb(161,16,30); }

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

border-color css

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

 span { border-color: rgb(161,16,30); }

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