Html Css Color HEX #A80035 Carmine

📋 copy color: '#A80035'

red 168 ◦ green 0 ◦ blue 53

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

Shades of Carmine #A80035

Tints of Carmine #A80035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 76.02%
G = 0%
B = 23.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A80035 (or 0xA80035) is known color: Carmine. HEX triplet: A8, 00 and 35. RGB value is (168,0,53). Sum of RGB (Red+Green+Blue) = 168+0+53=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A80035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80035 is #57FFCA. Grayscale: #383838. Windows color (decimal): -5767115 or 3473576. OLE color: 3473576.

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

Color convert

RGB 168 0 53 -
CMYK 0 1 0.68 0.34
HSL 341.07º 1% 0.33% -
HSV(B) 341.07º 1% 0.66% -
XYZ 16.79 8.58 4.14 -
YUV 56.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 168 0 53 0 1 0.68 0.34 341.07 1 0.33
Hex A8 0 35 0 64 44 22 155 64 21
Octal 250 0 65 0 144 104 42 525 144 41
Binary 10101000 0 110101 0 1100100 1000100 100010 101010101 1100100 100001

Color Harmonies of #A80035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80035

Black with #A80035

Text Example


Text Example

White with #A80035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80035; }

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

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

background-color css

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

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

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

border-color css

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

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

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