Html Css Color HEX #A80310 Carmine

📋 copy color: '#A80310'

red 168 ◦ green 3 ◦ blue 16

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

Shades of Carmine #A80310

Tints of Carmine #A80310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.56%

R = 89.84%
G = 1.6%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80310 (or 0xA80310) is known color: Carmine. HEX triplet: A8, 03 and 10. RGB value is (168,3,16). Sum of RGB (Red+Green+Blue) = 168+3+16=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A80310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80310 is #57FCEF. Grayscale: #353535. Windows color (decimal): -5766384 or 1049512. OLE color: 1049512.

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

Color convert

RGB 168 3 16 -
CMYK 0 0.98 0.90 0.34
HSL 355.27º 0.96% 0.34% -
HSV(B) 355.27º 0.98% 0.66% -
XYZ 16.27 8.43 1.26 -
YUV 53.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 168 3 16 0 0.98 0.90 0.34 355.27 0.96 0.34
Hex A8 3 10 0 62 5A 22 163 60 22
Octal 250 3 20 0 142 132 42 543 140 42
Binary 10101000 11 10000 0 1100010 1011010 100010 101100011 1100000 100010

Color Harmonies of #A80310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80310

Black with #A80310

Text Example


Text Example

White with #A80310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80310; }

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

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

background-color css

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

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

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

border-color css

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

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

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