Html Css Color HEX #A80D23 Carmine

📋 copy color: '#A80D23'

red 168 ◦ green 13 ◦ blue 35

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

Shades of Carmine #A80D23

Tints of Carmine #A80D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.02%

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 77.78%
G = 6.02%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A80D23 (or 0xA80D23) is known color: Carmine. HEX triplet: A8, 0D and 23. RGB value is (168,13,35). Sum of RGB (Red+Green+Blue) = 168+13+35=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D23 is #57F2DC. Grayscale: #3D3D3D. Windows color (decimal): -5763805 or 2297256. OLE color: 2297256.

HSL color Cylindrical-coordinate representation of color #A80D23: hue angle of 351.48º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D23 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 13 35 -
CMYK 0 0.92 0.79 0.34
HSL 351.48º 0.86% 0.35% -
HSV(B) 351.48º 0.92% 0.66% -
XYZ 16.6 8.73 2.4 -
YUV 61.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 168 13 35 0 0.92 0.79 0.34 351.48 0.86 0.35
Hex A8 D 23 0 5C 4F 22 15F 56 23
Octal 250 15 43 0 134 117 42 537 126 43
Binary 10101000 1101 100011 0 1011100 1001111 100010 101011111 1010110 100011

Color Harmonies of #A80D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D23

Black with #A80D23

Text Example


Text Example

White with #A80D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D23; }

 p { color: rgb(168,13,35); }

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

background-color css

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

 a { background-color: rgb(168,13,35); }

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

border-color css

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

 span { border-color: rgb(168,13,35); }

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