#A5101E

Color #A5101E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A5101E

Tints of Carmine #A5101E

Color information

#A5101E (or 0xA5101E) is unknown color: approx Carmine. HEX triplet: A5, 10 and 1E. RGB value is (165,16,30). Sum of RGB (Red+Green+Blue) = 165+16+30=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5101E is #5AEFE1. Grayscale: #3E3E3E. Windows color (decimal): -5959650 or 1970341. OLE color: 1970341.

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

Color convert

RGB1651630-
CMYK00.900.820.35
HSL354.36º82.32%35.49%-
HSV(B)354.36º90.3%64.71%-
XYZ15.948.462.02-
YUV62.15109.86201.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.20%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=78.20%
G=7.58%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165163000.900.820.35354.3682.3235.49
HexA5101E05A52231625223
Octal245203601321224354212243
Binary1010010110000111100101101010100101000111011000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5101E; }

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

 H1.HeaderClassName
 {
   color: #A5101E;
 }
 .AnyTagClassName
 {
   color: #A5101E;
 }
</style>
background-color css

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

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

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

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

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

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