Html Css Color HEX #A51225 Carmine

📋 copy color: '#A51225'

red 165 ◦ green 18 ◦ blue 37

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

Shades of Carmine #A51225

Tints of Carmine #A51225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 75%
G = 8.18%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A51225 (or 0xA51225) is known color: Carmine. HEX triplet: A5, 12 and 25. RGB value is (165,18,37). Sum of RGB (Red+Green+Blue) = 165+18+37=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A51225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51225 is #5AEDDA. Grayscale: #404040. Windows color (decimal): -5959131 or 2429605. OLE color: 2429605.

HSL color Cylindrical-coordinate representation of color #A51225: hue angle of 352.24º 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 #A51225 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 37 -
CMYK 0 0.89 0.78 0.35
HSL 352.24º 0.8% 0.36% -
HSV(B) 352.24º 0.89% 0.65% -
XYZ 16.07 8.57 2.56 -
YUV 64.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 165 18 37 0 0.89 0.78 0.35 352.24 0.8 0.36
Hex A5 12 25 0 59 4E 23 160 50 24
Octal 245 22 45 0 131 116 43 540 120 44
Binary 10100101 10010 100101 0 1011001 1001110 100011 101100000 1010000 100100

Color Harmonies of #A51225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51225

Black with #A51225

Text Example


Text Example

White with #A51225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51225; }

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

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

background-color css

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

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

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

border-color css

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

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

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