Html Css Color HEX #A81013 Carmine

📋 copy color: '#A81013'

red 168 ◦ green 16 ◦ blue 19

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

Shades of Carmine #A81013

Tints of Carmine #A81013

RGB

 RED value IS 168 (66.02% from 255) = 82.76%

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 82.76%
G = 7.88%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81013 (or 0xA81013) is known color: Carmine. HEX triplet: A8, 10 and 13. RGB value is (168,16,19). Sum of RGB (Red+Green+Blue) = 168+16+19=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A81013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81013 is #57EFEC. Grayscale: #3D3D3D. Windows color (decimal): -5763053 or 1249448. OLE color: 1249448.

HSL color Cylindrical-coordinate representation of color #A81013: hue angle of 358.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81013 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 19 -
CMYK 0 0.90 0.89 0.34
HSL 358.82º 0.83% 0.36% -
HSV(B) 358.82º 0.9% 0.66% -
XYZ 16.45 8.74 1.44 -
YUV 61.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 168 16 19 0 0.90 0.89 0.34 358.82 0.83 0.36
Hex A8 10 13 0 5A 59 22 167 53 24
Octal 250 20 23 0 132 131 42 547 123 44
Binary 10101000 10000 10011 0 1011010 1011001 100010 101100111 1010011 100100

Color Harmonies of #A81013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81013

Black with #A81013

Text Example


Text Example

White with #A81013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81013; }

 p { color: rgb(168,16,19); }

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

background-color css

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

 a { background-color: rgb(168,16,19); }

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

border-color css

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

 span { border-color: rgb(168,16,19); }

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