Html Css Color HEX #A00527 Carmine

📋 copy color: '#A00527'

red 160 ◦ green 5 ◦ blue 39

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

Shades of Carmine #A00527

Tints of Carmine #A00527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 78.43%
G = 2.45%
B = 19.12%

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

#A00527 (or 0xA00527) is known color: Carmine. HEX triplet: A0, 05 and 27. RGB value is (160,5,39). Sum of RGB (Red+Green+Blue) = 160+5+39=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A00527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00527 is #5FFAD8. Grayscale: #373737. Windows color (decimal): -6290137 or 2557344. OLE color: 2557344.

HSL color Cylindrical-coordinate representation of color #A00527: hue angle of 346.84º 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 #A00527 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 39 -
CMYK 0 0.97 0.76 0.37
HSL 346.84º 0.94% 0.32% -
HSV(B) 346.84º 0.97% 0.63% -
XYZ 14.92 7.73 2.62 -
YUV 55.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 160 5 39 0 0.97 0.76 0.37 346.84 0.94 0.32
Hex A0 5 27 0 61 4C 25 15B 5E 20
Octal 240 5 47 0 141 114 45 533 136 40
Binary 10100000 101 100111 0 1100001 1001100 100101 101011011 1011110 100000

Color Harmonies of #A00527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00527

Black with #A00527

Text Example


Text Example

White with #A00527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00527; }

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

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

background-color css

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

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

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

border-color css

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

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

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