Html Css Color HEX #A00525 Carmine

📋 copy color: '#A00525'

red 160 ◦ green 5 ◦ blue 37

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

Shades of Carmine #A00525

Tints of Carmine #A00525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 79.21%
G = 2.48%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A00525 (or 0xA00525) is known color: Carmine. HEX triplet: A0, 05 and 25. RGB value is (160,5,37). Sum of RGB (Red+Green+Blue) = 160+5+37=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A00525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00525 is #5FFADA. Grayscale: #373737. Windows color (decimal): -6290139 or 2426272. OLE color: 2426272.

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

Color convert

RGB 160 5 37 -
CMYK 0 0.97 0.77 0.37
HSL 347.61º 0.94% 0.32% -
HSV(B) 347.61º 0.97% 0.63% -
XYZ 14.89 7.72 2.45 -
YUV 54.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 160 5 37 0 0.97 0.77 0.37 347.61 0.94 0.32
Hex A0 5 25 0 61 4D 25 15C 5E 20
Octal 240 5 45 0 141 115 45 534 136 40
Binary 10100000 101 100101 0 1100001 1001101 100101 101011100 1011110 100000

Color Harmonies of #A00525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00525

Black with #A00525

Text Example


Text Example

White with #A00525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00525; }

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

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

background-color css

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

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

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

border-color css

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

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

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