Html Css Color HEX #A70523 Carmine

📋 copy color: '#A70523'

red 167 ◦ green 5 ◦ blue 35

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

Shades of Carmine #A70523

Tints of Carmine #A70523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 80.68%
G = 2.42%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A70523 (or 0xA70523) is known color: Carmine. HEX triplet: A7, 05 and 23. RGB value is (167,5,35). Sum of RGB (Red+Green+Blue) = 167+5+35=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A70523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70523 is #58FADC. Grayscale: #383838. Windows color (decimal): -5831389 or 2295207. OLE color: 2295207.

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

Color convert

RGB 167 5 35 -
CMYK 0 0.97 0.79 0.35
HSL 348.89º 0.94% 0.34% -
HSV(B) 348.89º 0.97% 0.65% -
XYZ 16.29 8.45 2.36 -
YUV 56.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 167 5 35 0 0.97 0.79 0.35 348.89 0.94 0.34
Hex A7 5 23 0 61 4F 23 15D 5E 22
Octal 247 5 43 0 141 117 43 535 136 42
Binary 10100111 101 100011 0 1100001 1001111 100011 101011101 1011110 100010

Color Harmonies of #A70523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70523

Black with #A70523

Text Example


Text Example

White with #A70523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70523; }

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

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

background-color css

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

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

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

border-color css

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

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

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