Html Css Color HEX #A70225 Carmine

📋 copy color: '#A70225'

red 167 ◦ green 2 ◦ blue 37

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

Shades of Carmine #A70225

Tints of Carmine #A70225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 81.07%
G = 0.97%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A70225 (or 0xA70225) is known color: Carmine. HEX triplet: A7, 02 and 25. RGB value is (167,2,37). Sum of RGB (Red+Green+Blue) = 167+2+37=206 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.07% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 167 - color contains mainly: red. Hex color #A70225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70225 is #58FDDA. Grayscale: #373737. Windows color (decimal): -5832155 or 2425511. OLE color: 2425511.

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

Color convert

RGB 167 2 37 -
CMYK 0 0.99 0.78 0.35
HSL 347.27º 0.98% 0.33% -
HSV(B) 347.27º 0.99% 0.65% -
XYZ 16.29 8.39 2.51 -
YUV 55.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 167 2 37 0 0.99 0.78 0.35 347.27 0.98 0.33
Hex A7 2 25 0 63 4E 23 15B 62 21
Octal 247 2 45 0 143 116 43 533 142 41
Binary 10100111 10 100101 0 1100011 1001110 100011 101011011 1100010 100001

Color Harmonies of #A70225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70225

Black with #A70225

Text Example


Text Example

White with #A70225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70225; }

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

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

background-color css

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

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

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

border-color css

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

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

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