Html Css Color HEX #A80228 Carmine

📋 copy color: '#A80228'

red 168 ◦ green 2 ◦ blue 40

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

Shades of Carmine #A80228

Tints of Carmine #A80228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 80%
G = 0.95%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A80228 (or 0xA80228) is known color: Carmine. HEX triplet: A8, 02 and 28. RGB value is (168,2,40). Sum of RGB (Red+Green+Blue) = 168+2+40=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A80228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80228 is #57FDD7. Grayscale: #373737. Windows color (decimal): -5766616 or 2622120. OLE color: 2622120.

HSL color Cylindrical-coordinate representation of color #A80228: hue angle of 346.27º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80228 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 40 -
CMYK 0 0.99 0.76 0.34
HSL 346.27º 0.98% 0.33% -
HSV(B) 346.27º 0.99% 0.66% -
XYZ 16.55 8.52 2.78 -
YUV 55.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 168 2 40 0 0.99 0.76 0.34 346.27 0.98 0.33
Hex A8 2 28 0 63 4C 22 15A 62 21
Octal 250 2 50 0 143 114 42 532 142 41
Binary 10101000 10 101000 0 1100011 1001100 100010 101011010 1100010 100001

Color Harmonies of #A80228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80228

Black with #A80228

Text Example


Text Example

White with #A80228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80228; }

 p { color: rgb(168,2,40); }

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

background-color css

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

 a { background-color: rgb(168,2,40); }

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

border-color css

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

 span { border-color: rgb(168,2,40); }

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