Html Css Color HEX #A5121D Carmine

📋 copy color: '#A5121D'

red 165 ◦ green 18 ◦ blue 29

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

Shades of Carmine #A5121D

Tints of Carmine #A5121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 77.83%
G = 8.49%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5121D (or 0xA5121D) is known color: Carmine. HEX triplet: A5, 12 and 1D. RGB value is (165,18,29). Sum of RGB (Red+Green+Blue) = 165+18+29=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A5121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5121D is #5AEDE2. Grayscale: #3F3F3F. Windows color (decimal): -5959139 or 1905317. OLE color: 1905317.

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

Color convert

RGB 165 18 29 -
CMYK 0 0.89 0.82 0.35
HSL 355.51º 0.8% 0.36% -
HSV(B) 355.51º 0.89% 0.65% -
XYZ 15.96 8.52 1.97 -
YUV 63.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 165 18 29 0 0.89 0.82 0.35 355.51 0.8 0.36
Hex A5 12 1D 0 59 52 23 164 50 24
Octal 245 22 35 0 131 122 43 544 120 44
Binary 10100101 10010 11101 0 1011001 1010010 100011 101100100 1010000 100100

Color Harmonies of #A5121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5121D

Black with #A5121D

Text Example


Text Example

White with #A5121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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