Html Css Color HEX #A5141D Carmine

📋 copy color: '#A5141D'

red 165 ◦ green 20 ◦ blue 29

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

Shades of Carmine #A5141D

Tints of Carmine #A5141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 77.1%
G = 9.35%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5141D (or 0xA5141D) is known color: Carmine. HEX triplet: A5, 14 and 1D. RGB value is (165,20,29). Sum of RGB (Red+Green+Blue) = 165+20+29=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A5141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5141D is #5AEBE2. Grayscale: #404040. Windows color (decimal): -5958627 or 1905829. OLE color: 1905829.

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

Color convert

RGB 165 20 29 -
CMYK 0 0.88 0.82 0.35
HSL 356.28º 0.78% 0.36% -
HSV(B) 356.28º 0.88% 0.65% -
XYZ 15.99 8.59 1.98 -
YUV 64.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 165 20 29 0 0.88 0.82 0.35 356.28 0.78 0.36
Hex A5 14 1D 0 58 52 23 164 4E 24
Octal 245 24 35 0 130 122 43 544 116 44
Binary 10100101 10100 11101 0 1011000 1010010 100011 101100100 1001110 100100

Color Harmonies of #A5141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5141D

Black with #A5141D

Text Example


Text Example

White with #A5141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5141D; }

 p { color: rgb(165,20,29); }

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

background-color css

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

 a { background-color: rgb(165,20,29); }

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

border-color css

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

 span { border-color: rgb(165,20,29); }

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