Html Css Color HEX #A51130 Carmine

📋 copy color: '#A51130'

red 165 ◦ green 17 ◦ blue 48

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

Shades of Carmine #A51130

Tints of Carmine #A51130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 71.74%
G = 7.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A51130 (or 0xA51130) is known color: Carmine. HEX triplet: A5, 11 and 30. RGB value is (165,17,48). Sum of RGB (Red+Green+Blue) = 165+17+48=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A51130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51130 is #5AEECF. Grayscale: #404040. Windows color (decimal): -5959376 or 3150245. OLE color: 3150245.

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

Color convert

RGB 165 17 48 -
CMYK 0 0.90 0.71 0.35
HSL 347.43º 0.81% 0.36% -
HSV(B) 347.43º 0.9% 0.65% -
XYZ 16.25 8.61 3.6 -
YUV 64.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 165 17 48 0 0.90 0.71 0.35 347.43 0.81 0.36
Hex A5 11 30 0 5A 47 23 15B 51 24
Octal 245 21 60 0 132 107 43 533 121 44
Binary 10100101 10001 110000 0 1011010 1000111 100011 101011011 1010001 100100

Color Harmonies of #A51130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51130

Black with #A51130

Text Example


Text Example

White with #A51130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51130; }

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

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

background-color css

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

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

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

border-color css

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

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

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