Html Css Color HEX #A00524 Carmine

📋 copy color: '#A00524'

red 160 ◦ green 5 ◦ blue 36

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

Shades of Carmine #A00524

Tints of Carmine #A00524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 79.6%
G = 2.49%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00524 (or 0xA00524) is known color: Carmine. HEX triplet: A0, 05 and 24. RGB value is (160,5,36). Sum of RGB (Red+Green+Blue) = 160+5+36=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00524 is #5FFADB. Grayscale: #363636. Windows color (decimal): -6290140 or 2360736. OLE color: 2360736.

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

Color convert

RGB 160 5 36 -
CMYK 0 0.97 0.78 0.37
HSL 348º 0.94% 0.32% -
HSV(B) 348º 0.97% 0.63% -
XYZ 14.87 7.71 2.37 -
YUV 54.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 160 5 36 0 0.97 0.78 0.37 348 0.94 0.32
Hex A0 5 24 0 61 4E 25 15C 5E 20
Octal 240 5 44 0 141 116 45 534 136 40
Binary 10100000 101 100100 0 1100001 1001110 100101 101011100 1011110 100000

Color Harmonies of #A00524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00524

Black with #A00524

Text Example


Text Example

White with #A00524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00524; }

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

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

background-color css

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

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

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

border-color css

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

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

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