Html Css Color HEX #A60021 Carmine

📋 copy color: '#A60021'

red 166 ◦ green 0 ◦ blue 33

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

Shades of Carmine #A60021

Tints of Carmine #A60021

RGB

 RED value IS 166 (65.23% from 255) = 83.42%

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

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

R = 83.42%
G = 0%
B = 16.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A60021 (or 0xA60021) is known color: Carmine. HEX triplet: A6, 00 and 21. RGB value is (166,0,33). Sum of RGB (Red+Green+Blue) = 166+0+33=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60021 is #59FFDE. Grayscale: #353535. Windows color (decimal): -5898207 or 2162854. OLE color: 2162854.

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

Color convert

RGB 166 0 33 -
CMYK 0 1 0.80 0.35
HSL 348.07º 1% 0.33% -
HSV(B) 348.07º 1% 0.65% -
XYZ 16 8.22 2.18 -
YUV 53.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 166 0 33 0 1 0.80 0.35 348.07 1 0.33
Hex A6 0 21 0 64 50 23 15C 64 21
Octal 246 0 41 0 144 120 43 534 144 41
Binary 10100110 0 100001 0 1100100 1010000 100011 101011100 1100100 100001

Color Harmonies of #A60021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60021

Black with #A60021

Text Example


Text Example

White with #A60021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60021; }

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

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

background-color css

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

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

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

border-color css

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

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

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