Html Css Color HEX #A80929 Carmine

📋 copy color: '#A80929'

red 168 ◦ green 9 ◦ blue 41

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

Shades of Carmine #A80929

Tints of Carmine #A80929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 77.06%
G = 4.13%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A80929 (or 0xA80929) is known color: Carmine. HEX triplet: A8, 09 and 29. RGB value is (168,9,41). Sum of RGB (Red+Green+Blue) = 168+9+41=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A80929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80929 is #57F6D6. Grayscale: #3C3C3C. Windows color (decimal): -5764823 or 2689448. OLE color: 2689448.

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

Color convert

RGB 168 9 41 -
CMYK 0 0.95 0.76 0.34
HSL 347.92º 0.9% 0.35% -
HSV(B) 347.92º 0.95% 0.66% -
XYZ 16.65 8.68 2.9 -
YUV 60.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 168 9 41 0 0.95 0.76 0.34 347.92 0.9 0.35
Hex A8 9 29 0 5F 4C 22 15C 5A 23
Octal 250 11 51 0 137 114 42 534 132 43
Binary 10101000 1001 101001 0 1011111 1001100 100010 101011100 1011010 100011

Color Harmonies of #A80929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80929

Black with #A80929

Text Example


Text Example

White with #A80929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80929; }

 p { color: rgb(168,9,41); }

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

background-color css

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

 a { background-color: rgb(168,9,41); }

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

border-color css

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

 span { border-color: rgb(168,9,41); }

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