Html Css Color HEX #A80326 Carmine

📋 copy color: '#A80326'

red 168 ◦ green 3 ◦ blue 38

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

Shades of Carmine #A80326

Tints of Carmine #A80326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 80.38%
G = 1.44%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A80326 (or 0xA80326) is known color: Carmine. HEX triplet: A8, 03 and 26. RGB value is (168,3,38). Sum of RGB (Red+Green+Blue) = 168+3+38=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A80326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80326 is #57FCD9. Grayscale: #383838. Windows color (decimal): -5766362 or 2491304. OLE color: 2491304.

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

Color convert

RGB 168 3 38 -
CMYK 0 0.98 0.77 0.34
HSL 347.27º 0.96% 0.34% -
HSV(B) 347.27º 0.98% 0.66% -
XYZ 16.53 8.53 2.61 -
YUV 56.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 168 3 38 0 0.98 0.77 0.34 347.27 0.96 0.34
Hex A8 3 26 0 62 4D 22 15B 60 22
Octal 250 3 46 0 142 115 42 533 140 42
Binary 10101000 11 100110 0 1100010 1001101 100010 101011011 1100000 100010

Color Harmonies of #A80326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80326

Black with #A80326

Text Example


Text Example

White with #A80326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80326; }

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

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

background-color css

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

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

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

border-color css

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

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

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