Html Css Color HEX #A81012 Carmine

📋 copy color: '#A81012'

red 168 ◦ green 16 ◦ blue 18

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

Shades of Carmine #A81012

Tints of Carmine #A81012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 83.17%
G = 7.92%
B = 8.91%

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

#A81012 (or 0xA81012) is known color: Carmine. HEX triplet: A8, 10 and 12. RGB value is (168,16,18). Sum of RGB (Red+Green+Blue) = 168+16+18=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81012 is #57EFED. Grayscale: #3D3D3D. Windows color (decimal): -5763054 or 1183912. OLE color: 1183912.

HSL color Cylindrical-coordinate representation of color #A81012: hue angle of 359.21º 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 #A81012 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 18 -
CMYK 0 0.90 0.89 0.34
HSL 359.21º 0.83% 0.36% -
HSV(B) 359.21º 0.9% 0.66% -
XYZ 16.44 8.74 1.39 -
YUV 61.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 168 16 18 0 0.90 0.89 0.34 359.21 0.83 0.36
Hex A8 10 12 0 5A 59 22 167 53 24
Octal 250 20 22 0 132 131 42 547 123 44
Binary 10101000 10000 10010 0 1011010 1011001 100010 101100111 1010011 100100

Color Harmonies of #A81012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81012

Black with #A81012

Text Example


Text Example

White with #A81012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81012; }

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

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

background-color css

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

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

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

border-color css

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

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

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