Html Css Color HEX #A30516 Carmine

📋 copy color: '#A30516'

red 163 ◦ green 5 ◦ blue 22

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

Shades of Carmine #A30516

Tints of Carmine #A30516

RGB

 RED value IS 163 (64.06% from 255) = 85.79%

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 85.79%
G = 2.63%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A30516 (or 0xA30516) is known color: Carmine. HEX triplet: A3, 05 and 16. RGB value is (163,5,22). Sum of RGB (Red+Green+Blue) = 163+5+22=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A30516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30516 is #5CFAE9. Grayscale: #363636. Windows color (decimal): -6093546 or 1443235. OLE color: 1443235.

HSL color Cylindrical-coordinate representation of color #A30516: hue angle of 353.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 22 -
CMYK 0 0.97 0.87 0.36
HSL 353.54º 0.94% 0.33% -
HSV(B) 353.54º 0.97% 0.64% -
XYZ 15.3 7.95 1.49 -
YUV 54.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 163 5 22 0 0.97 0.87 0.36 353.54 0.94 0.33
Hex A3 5 16 0 61 57 24 162 5E 21
Octal 243 5 26 0 141 127 44 542 136 41
Binary 10100011 101 10110 0 1100001 1010111 100100 101100010 1011110 100001

Color Harmonies of #A30516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30516

Black with #A30516

Text Example


Text Example

White with #A30516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30516; }

 p { color: rgb(163,5,22); }

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

background-color css

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

 a { background-color: rgb(163,5,22); }

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

border-color css

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

 span { border-color: rgb(163,5,22); }

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