Html Css Color HEX #A80030 Carmine

📋 copy color: '#A80030'

red 168 ◦ green 0 ◦ blue 48

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

Shades of Carmine #A80030

Tints of Carmine #A80030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A80030 (or 0xA80030) is known color: Carmine. HEX triplet: A8, 00 and 30. RGB value is (168,0,48). Sum of RGB (Red+Green+Blue) = 168+0+48=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A80030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80030 is #57FFCF. Grayscale: #373737. Windows color (decimal): -5767120 or 3145896. OLE color: 3145896.

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

Color convert

RGB 168 0 48 -
CMYK 0 1 0.71 0.34
HSL 342.86º 1% 0.33% -
HSV(B) 342.86º 1% 0.66% -
XYZ 16.68 8.54 3.57 -
YUV 55.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 168 0 48 0 1 0.71 0.34 342.86 1 0.33
Hex A8 0 30 0 64 47 22 157 64 21
Octal 250 0 60 0 144 107 42 527 144 41
Binary 10101000 0 110000 0 1100100 1000111 100010 101010111 1100100 100001

Color Harmonies of #A80030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80030

Black with #A80030

Text Example


Text Example

White with #A80030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80030; }

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

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

background-color css

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

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

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

border-color css

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

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

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