Html Css Color HEX #A70525 Carmine

📋 copy color: '#A70525'

red 167 ◦ green 5 ◦ blue 37

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

Shades of Carmine #A70525

Tints of Carmine #A70525

RGB

 RED value IS 167 (65.63% from 255) = 79.9%

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

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

R = 79.9%
G = 2.39%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A70525 (or 0xA70525) is known color: Carmine. HEX triplet: A7, 05 and 25. RGB value is (167,5,37). Sum of RGB (Red+Green+Blue) = 167+5+37=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A70525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70525 is #58FADA. Grayscale: #393939. Windows color (decimal): -5831387 or 2426279. OLE color: 2426279.

HSL color Cylindrical-coordinate representation of color #A70525: hue angle of 348.15º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70525 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 37 -
CMYK 0 0.97 0.78 0.35
HSL 348.15º 0.94% 0.34% -
HSV(B) 348.15º 0.97% 0.65% -
XYZ 16.32 8.46 2.52 -
YUV 57.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 167 5 37 0 0.97 0.78 0.35 348.15 0.94 0.34
Hex A7 5 25 0 61 4E 23 15C 5E 22
Octal 247 5 45 0 141 116 43 534 136 42
Binary 10100111 101 100101 0 1100001 1001110 100011 101011100 1011110 100010

Color Harmonies of #A70525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70525

Black with #A70525

Text Example


Text Example

White with #A70525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70525; }

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

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

background-color css

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

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

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

border-color css

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

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

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