Html Css Color HEX #A00A26 Carmine

📋 copy color: '#A00A26'

red 160 ◦ green 10 ◦ blue 38

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

Shades of Carmine #A00A26

Tints of Carmine #A00A26

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 38 (15.23% from 255) = 18.27%

R = 76.92%
G = 4.81%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A00A26 (or 0xA00A26) is known color: Carmine. HEX triplet: A0, 0A and 26. RGB value is (160,10,38). Sum of RGB (Red+Green+Blue) = 160+10+38=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A26 is #5FF5D9. Grayscale: #3A3A3A. Windows color (decimal): -6288858 or 2493088. OLE color: 2493088.

HSL color Cylindrical-coordinate representation of color #A00A26: hue angle of 348.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A26 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 38 -
CMYK 0 0.94 0.76 0.37
HSL 348.8º 0.88% 0.33% -
HSV(B) 348.8º 0.94% 0.63% -
XYZ 14.96 7.83 2.56 -
YUV 58.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 160 10 38 0 0.94 0.76 0.37 348.8 0.88 0.33
Hex A0 A 26 0 5E 4C 25 15D 58 21
Octal 240 12 46 0 136 114 45 535 130 41
Binary 10100000 1010 100110 0 1011110 1001100 100101 101011101 1011000 100001

Color Harmonies of #A00A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A26

Black with #A00A26

Text Example


Text Example

White with #A00A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A26; }

 p { color: rgb(160,10,38); }

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

background-color css

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

 a { background-color: rgb(160,10,38); }

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

border-color css

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

 span { border-color: rgb(160,10,38); }

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