Html Css Color HEX #A80533 Carmine

📋 copy color: '#A80533'

red 168 ◦ green 5 ◦ blue 51

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

Shades of Carmine #A80533

Tints of Carmine #A80533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 75%
G = 2.23%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A80533 (or 0xA80533) is known color: Carmine. HEX triplet: A8, 05 and 33. RGB value is (168,5,51). Sum of RGB (Red+Green+Blue) = 168+5+51=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80533 is #57FACC. Grayscale: #3A3A3A. Windows color (decimal): -5765837 or 3343784. OLE color: 3343784.

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

Color convert

RGB 168 5 51 -
CMYK 0 0.97 0.70 0.34
HSL 343.07º 0.94% 0.34% -
HSV(B) 343.07º 0.97% 0.66% -
XYZ 16.8 8.67 3.92 -
YUV 58.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 168 5 51 0 0.97 0.70 0.34 343.07 0.94 0.34
Hex A8 5 33 0 61 46 22 157 5E 22
Octal 250 5 63 0 141 106 42 527 136 42
Binary 10101000 101 110011 0 1100001 1000110 100010 101010111 1011110 100010

Color Harmonies of #A80533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80533

Black with #A80533

Text Example


Text Example

White with #A80533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80533; }

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

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

background-color css

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

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

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

border-color css

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

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

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