Html Css Color HEX #A80930 Carmine

📋 copy color: '#A80930'

red 168 ◦ green 9 ◦ blue 48

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

Shades of Carmine #A80930

Tints of Carmine #A80930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 74.67%
G = 4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A80930 (or 0xA80930) is known color: Carmine. HEX triplet: A8, 09 and 30. RGB value is (168,9,48). Sum of RGB (Red+Green+Blue) = 168+9+48=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A80930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80930 is #57F6CF. Grayscale: #3C3C3C. Windows color (decimal): -5764816 or 3148200. OLE color: 3148200.

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

Color convert

RGB 168 9 48 -
CMYK 0 0.95 0.71 0.34
HSL 345.28º 0.9% 0.35% -
HSV(B) 345.28º 0.95% 0.66% -
XYZ 16.78 8.73 3.6 -
YUV 60.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 168 9 48 0 0.95 0.71 0.34 345.28 0.9 0.35
Hex A8 9 30 0 5F 47 22 159 5A 23
Octal 250 11 60 0 137 107 42 531 132 43
Binary 10101000 1001 110000 0 1011111 1000111 100010 101011001 1011010 100011

Color Harmonies of #A80930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80930

Black with #A80930

Text Example


Text Example

White with #A80930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80930; }

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

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

background-color css

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

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

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

border-color css

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

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

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