Html Css Color HEX #A50123 Carmine

📋 copy color: '#A50123'

red 165 ◦ green 1 ◦ blue 35

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

Shades of Carmine #A50123

Tints of Carmine #A50123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.41%

R = 82.09%
G = 0.5%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A50123 (or 0xA50123) is known color: Carmine. HEX triplet: A5, 01 and 23. RGB value is (165,1,35). Sum of RGB (Red+Green+Blue) = 165+1+35=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A50123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50123 is #5AFEDC. Grayscale: #353535. Windows color (decimal): -5963485 or 2294181. OLE color: 2294181.

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

Color convert

RGB 165 1 35 -
CMYK 0 0.99 0.79 0.35
HSL 347.56º 0.99% 0.33% -
HSV(B) 347.56º 0.99% 0.65% -
XYZ 15.83 8.14 2.33 -
YUV 53.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 165 1 35 0 0.99 0.79 0.35 347.56 0.99 0.33
Hex A5 1 23 0 63 4F 23 15C 63 21
Octal 245 1 43 0 143 117 43 534 143 41
Binary 10100101 1 100011 0 1100011 1001111 100011 101011100 1100011 100001

Color Harmonies of #A50123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50123

Black with #A50123

Text Example


Text Example

White with #A50123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50123; }

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

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

background-color css

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

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

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

border-color css

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

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

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