Html Css Color HEX #A80530 Carmine

📋 copy color: '#A80530'

red 168 ◦ green 5 ◦ blue 48

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

Shades of Carmine #A80530

Tints of Carmine #A80530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 76.02%
G = 2.26%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A80530 (or 0xA80530) is known color: Carmine. HEX triplet: A8, 05 and 30. RGB value is (168,5,48). Sum of RGB (Red+Green+Blue) = 168+5+48=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A80530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80530 is #57FACF. Grayscale: #3A3A3A. Windows color (decimal): -5765840 or 3147176. OLE color: 3147176.

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

Color convert

RGB 168 5 48 -
CMYK 0 0.97 0.71 0.34
HSL 344.17º 0.94% 0.34% -
HSV(B) 344.17º 0.97% 0.66% -
XYZ 16.74 8.65 3.58 -
YUV 58.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 168 5 48 0 0.97 0.71 0.34 344.17 0.94 0.34
Hex A8 5 30 0 61 47 22 158 5E 22
Octal 250 5 60 0 141 107 42 530 136 42
Binary 10101000 101 110000 0 1100001 1000111 100010 101011000 1011110 100010

Color Harmonies of #A80530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80530

Black with #A80530

Text Example


Text Example

White with #A80530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80530; }

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

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

background-color css

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

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

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

border-color css

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

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

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