Html Css Color HEX #A5151F Carmine

📋 copy color: '#A5151F'

red 165 ◦ green 21 ◦ blue 31

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

Shades of Carmine #A5151F

Tints of Carmine #A5151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 76.04%
G = 9.68%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5151F (or 0xA5151F) is known color: Carmine. HEX triplet: A5, 15 and 1F. RGB value is (165,21,31). Sum of RGB (Red+Green+Blue) = 165+21+31=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A5151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5151F is #5AEAE0. Grayscale: #414141. Windows color (decimal): -5958369 or 2037157. OLE color: 2037157.

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

Color convert

RGB 165 21 31 -
CMYK 0 0.87 0.81 0.35
HSL 355.83º 0.77% 0.36% -
HSV(B) 355.83º 0.87% 0.65% -
XYZ 16.03 8.63 2.12 -
YUV 65.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 165 21 31 0 0.87 0.81 0.35 355.83 0.77 0.36
Hex A5 15 1F 0 57 51 23 164 4D 24
Octal 245 25 37 0 127 121 43 544 115 44
Binary 10100101 10101 11111 0 1010111 1010001 100011 101100100 1001101 100100

Color Harmonies of #A5151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5151F

Black with #A5151F

Text Example


Text Example

White with #A5151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5151F; }

 p { color: rgb(165,21,31); }

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

background-color css

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

 a { background-color: rgb(165,21,31); }

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

border-color css

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

 span { border-color: rgb(165,21,31); }

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