Html Css Color HEX #A80022 Carmine

📋 copy color: '#A80022'

red 168 ◦ green 0 ◦ blue 34

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

Shades of Carmine #A80022

Tints of Carmine #A80022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.83%

R = 83.17%
G = 0%
B = 16.83%

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

#A80022 (or 0xA80022) is known color: Carmine. HEX triplet: A8, 00 and 22. RGB value is (168,0,34). Sum of RGB (Red+Green+Blue) = 168+0+34=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A80022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80022 is #57FFDD. Grayscale: #363636. Windows color (decimal): -5767134 or 2228392. OLE color: 2228392.

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

Color convert

RGB 168 0 34 -
CMYK 0 1 0.80 0.34
HSL 347.86º 1% 0.33% -
HSV(B) 347.86º 1% 0.66% -
XYZ 16.44 8.44 2.28 -
YUV 54.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 168 0 34 0 1 0.80 0.34 347.86 1 0.33
Hex A8 0 22 0 64 50 22 15C 64 21
Octal 250 0 42 0 144 120 42 534 144 41
Binary 10101000 0 100010 0 1100100 1010000 100010 101011100 1100100 100001

Color Harmonies of #A80022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80022

Black with #A80022

Text Example


Text Example

White with #A80022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80022; }

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

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

background-color css

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

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

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

border-color css

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

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

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