Html Css Color HEX #A00228 Carmine

📋 copy color: '#A00228'

red 160 ◦ green 2 ◦ blue 40

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

Shades of Carmine #A00228

Tints of Carmine #A00228

RGB

 RED value IS 160 (62.89% from 255) = 79.21%

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

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

R = 79.21%
G = 0.99%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A00228 (or 0xA00228) is known color: Carmine. HEX triplet: A0, 02 and 28. RGB value is (160,2,40). Sum of RGB (Red+Green+Blue) = 160+2+40=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A00228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00228 is #5FFDD7. Grayscale: #353535. Windows color (decimal): -6290904 or 2622112. OLE color: 2622112.

HSL color Cylindrical-coordinate representation of color #A00228: hue angle of 345.57º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00228 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 40 -
CMYK 0 0.99 0.75 0.37
HSL 345.57º 0.98% 0.32% -
HSV(B) 345.57º 0.99% 0.63% -
XYZ 14.9 7.67 2.7 -
YUV 53.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 160 2 40 0 0.99 0.75 0.37 345.57 0.98 0.32
Hex A0 2 28 0 63 4B 25 15A 62 20
Octal 240 2 50 0 143 113 45 532 142 40
Binary 10100000 10 101000 0 1100011 1001011 100101 101011010 1100010 100000

Color Harmonies of #A00228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00228

Black with #A00228

Text Example


Text Example

White with #A00228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00228; }

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

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

background-color css

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

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

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

border-color css

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

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

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