Html Css Color HEX #A81011 Carmine

📋 copy color: '#A81011'

red 168 ◦ green 16 ◦ blue 17

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

Shades of Carmine #A81011

Tints of Carmine #A81011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.46%

R = 83.58%
G = 7.96%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81011 (or 0xA81011) is known color: Carmine. HEX triplet: A8, 10 and 11. RGB value is (168,16,17). Sum of RGB (Red+Green+Blue) = 168+16+17=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A81011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81011 is #57EFEE. Grayscale: #3D3D3D. Windows color (decimal): -5763055 or 1118376. OLE color: 1118376.

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

Color convert

RGB 168 16 17 -
CMYK 0 0.90 0.90 0.34
HSL 359.61º 0.83% 0.36% -
HSV(B) 359.61º 0.9% 0.66% -
XYZ 16.43 8.74 1.35 -
YUV 61.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 168 16 17 0 0.90 0.90 0.34 359.61 0.83 0.36
Hex A8 10 11 0 5A 5A 22 168 53 24
Octal 250 20 21 0 132 132 42 550 123 44
Binary 10101000 10000 10001 0 1011010 1011010 100010 101101000 1010011 100100

Color Harmonies of #A81011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81011

Black with #A81011

Text Example


Text Example

White with #A81011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81011; }

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

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

background-color css

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

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

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

border-color css

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

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

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