Html Css Color HEX #A50130 Carmine

📋 copy color: '#A50130'

red 165 ◦ green 1 ◦ blue 48

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

Shades of Carmine #A50130

Tints of Carmine #A50130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 77.1%
G = 0.47%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A50130 (or 0xA50130) is known color: Carmine. HEX triplet: A5, 01 and 30. RGB value is (165,1,48). Sum of RGB (Red+Green+Blue) = 165+1+48=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A50130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50130 is #5AFECF. Grayscale: #373737. Windows color (decimal): -5963472 or 3146149. OLE color: 3146149.

HSL color Cylindrical-coordinate representation of color #A50130: hue angle of 342.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50130 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 48 -
CMYK 0 0.99 0.71 0.35
HSL 342.8º 0.99% 0.33% -
HSV(B) 342.8º 0.99% 0.65% -
XYZ 16.06 8.23 3.54 -
YUV 55.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 165 1 48 0 0.99 0.71 0.35 342.8 0.99 0.33
Hex A5 1 30 0 63 47 23 157 63 21
Octal 245 1 60 0 143 107 43 527 143 41
Binary 10100101 1 110000 0 1100011 1000111 100011 101010111 1100011 100001

Color Harmonies of #A50130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50130

Black with #A50130

Text Example


Text Example

White with #A50130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50130; }

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

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

background-color css

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

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

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

border-color css

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

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

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