Html Css Color HEX #A50316 Carmine

📋 copy color: '#A50316'

red 165 ◦ green 3 ◦ blue 22

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

Shades of Carmine #A50316

Tints of Carmine #A50316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 86.84%
G = 1.58%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A50316 (or 0xA50316) is known color: Carmine. HEX triplet: A5, 03 and 16. RGB value is (165,3,22). Sum of RGB (Red+Green+Blue) = 165+3+22=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A50316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50316 is #5AFCE9. Grayscale: #353535. Windows color (decimal): -5962986 or 1442725. OLE color: 1442725.

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

Color convert

RGB 165 3 22 -
CMYK 0 0.98 0.87 0.35
HSL 352.96º 0.96% 0.33% -
HSV(B) 352.96º 0.98% 0.65% -
XYZ 15.69 8.12 1.5 -
YUV 53.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 165 3 22 0 0.98 0.87 0.35 352.96 0.96 0.33
Hex A5 3 16 0 62 57 23 161 60 21
Octal 245 3 26 0 142 127 43 541 140 41
Binary 10100101 11 10110 0 1100010 1010111 100011 101100001 1100000 100001

Color Harmonies of #A50316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50316

Black with #A50316

Text Example


Text Example

White with #A50316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50316; }

 p { color: rgb(165,3,22); }

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

background-color css

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

 a { background-color: rgb(165,3,22); }

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

border-color css

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

 span { border-color: rgb(165,3,22); }

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