Html Css Color HEX #A00526 Carmine

📋 copy color: '#A00526'

red 160 ◦ green 5 ◦ blue 38

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

Shades of Carmine #A00526

Tints of Carmine #A00526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 78.82%
G = 2.46%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A00526 (or 0xA00526) is known color: Carmine. HEX triplet: A0, 05 and 26. RGB value is (160,5,38). Sum of RGB (Red+Green+Blue) = 160+5+38=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00526 is #5FFAD9. Grayscale: #373737. Windows color (decimal): -6290138 or 2491808. OLE color: 2491808.

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

Color convert

RGB 160 5 38 -
CMYK 0 0.97 0.76 0.37
HSL 347.23º 0.94% 0.32% -
HSV(B) 347.23º 0.97% 0.63% -
XYZ 14.9 7.72 2.54 -
YUV 55.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 160 5 38 0 0.97 0.76 0.37 347.23 0.94 0.32
Hex A0 5 26 0 61 4C 25 15B 5E 20
Octal 240 5 46 0 141 114 45 533 136 40
Binary 10100000 101 100110 0 1100001 1001100 100101 101011011 1011110 100000

Color Harmonies of #A00526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00526

Black with #A00526

Text Example


Text Example

White with #A00526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00526; }

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

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

background-color css

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

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

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

border-color css

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

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

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