Html Css Color HEX #A80021 Carmine

📋 copy color: '#A80021'

red 168 ◦ green 0 ◦ blue 33

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

Shades of Carmine #A80021

Tints of Carmine #A80021

RGB

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

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

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

R = 83.58%
G = 0%
B = 16.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A80021 (or 0xA80021) is known color: Carmine. HEX triplet: A8, 00 and 21. RGB value is (168,0,33). Sum of RGB (Red+Green+Blue) = 168+0+33=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A80021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80021 is #57FFDE. Grayscale: #363636. Windows color (decimal): -5767135 or 2162856. OLE color: 2162856.

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

Color convert

RGB 168 0 33 -
CMYK 0 1 0.80 0.34
HSL 348.21º 1% 0.33% -
HSV(B) 348.21º 1% 0.66% -
XYZ 16.42 8.43 2.2 -
YUV 53.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 168 0 33 0 1 0.80 0.34 348.21 1 0.33
Hex A8 0 21 0 64 50 22 15C 64 21
Octal 250 0 41 0 144 120 42 534 144 41
Binary 10101000 0 100001 0 1100100 1010000 100010 101011100 1100100 100001

Color Harmonies of #A80021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80021

Black with #A80021

Text Example


Text Example

White with #A80021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80021; }

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

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

background-color css

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

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

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

border-color css

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

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

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