Html Css Color HEX #A81021 Carmine

📋 copy color: '#A81021'

red 168 ◦ green 16 ◦ blue 33

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

Shades of Carmine #A81021

Tints of Carmine #A81021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 77.42%
G = 7.37%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81021 (or 0xA81021) is known color: Carmine. HEX triplet: A8, 10 and 21. RGB value is (168,16,33). Sum of RGB (Red+Green+Blue) = 168+16+33=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A81021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81021 is #57EFDE. Grayscale: #3F3F3F. Windows color (decimal): -5763039 or 2166952. OLE color: 2166952.

HSL color Cylindrical-coordinate representation of color #A81021: hue angle of 353.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81021 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 33 -
CMYK 0 0.90 0.80 0.34
HSL 353.29º 0.83% 0.36% -
HSV(B) 353.29º 0.9% 0.66% -
XYZ 16.61 8.81 2.26 -
YUV 63.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 168 16 33 0 0.90 0.80 0.34 353.29 0.83 0.36
Hex A8 10 21 0 5A 50 22 161 53 24
Octal 250 20 41 0 132 120 42 541 123 44
Binary 10101000 10000 100001 0 1011010 1010000 100010 101100001 1010011 100100

Color Harmonies of #A81021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81021

Black with #A81021

Text Example


Text Example

White with #A81021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81021; }

 p { color: rgb(168,16,33); }

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

background-color css

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

 a { background-color: rgb(168,16,33); }

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

border-color css

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

 span { border-color: rgb(168,16,33); }

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