Html Css Color HEX #A5111B Carmine

📋 copy color: '#A5111B'

red 165 ◦ green 17 ◦ blue 27

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

Shades of Carmine #A5111B

Tints of Carmine #A5111B

RGB

 RED value IS 165 (64.84% from 255) = 78.95%

 GREEN value IS 17 (7.03% from 255) = 8.13%

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

R = 78.95%
G = 8.13%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5111B (or 0xA5111B) is known color: Carmine. HEX triplet: A5, 11 and 1B. RGB value is (165,17,27). Sum of RGB (Red+Green+Blue) = 165+17+27=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A5111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5111B is #5AEEE4. Grayscale: #3E3E3E. Windows color (decimal): -5959397 or 1773989. OLE color: 1773989.

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

Color convert

RGB 165 17 27 -
CMYK 0 0.90 0.84 0.35
HSL 355.95º 0.81% 0.36% -
HSV(B) 355.95º 0.9% 0.65% -
XYZ 15.92 8.48 1.83 -
YUV 62.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 165 17 27 0 0.90 0.84 0.35 355.95 0.81 0.36
Hex A5 11 1B 0 5A 54 23 164 51 24
Octal 245 21 33 0 132 124 43 544 121 44
Binary 10100101 10001 11011 0 1011010 1010100 100011 101100100 1010001 100100

Color Harmonies of #A5111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5111B

Black with #A5111B

Text Example


Text Example

White with #A5111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5111B; }

 p { color: rgb(165,17,27); }

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

background-color css

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

 a { background-color: rgb(165,17,27); }

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

border-color css

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

 span { border-color: rgb(165,17,27); }

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