Html Css Color HEX #A71625 Carmine

📋 copy color: '#A71625'

red 167 ◦ green 22 ◦ blue 37

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

Shades of Carmine #A71625

Tints of Carmine #A71625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 73.89%
G = 9.73%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A71625 (or 0xA71625) is known color: Carmine. HEX triplet: A7, 16 and 25. RGB value is (167,22,37). Sum of RGB (Red+Green+Blue) = 167+22+37=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A71625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71625 is #58E9DA. Grayscale: #434343. Windows color (decimal): -5827035 or 2430631. OLE color: 2430631.

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

Color convert

RGB 167 22 37 -
CMYK 0 0.87 0.78 0.35
HSL 353.79º 0.77% 0.37% -
HSV(B) 353.79º 0.87% 0.65% -
XYZ 16.56 8.92 2.6 -
YUV 67.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 167 22 37 0 0.87 0.78 0.35 353.79 0.77 0.37
Hex A7 16 25 0 57 4E 23 162 4D 25
Octal 247 26 45 0 127 116 43 542 115 45
Binary 10100111 10110 100101 0 1010111 1001110 100011 101100010 1001101 100101

Color Harmonies of #A71625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71625

Black with #A71625

Text Example


Text Example

White with #A71625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71625; }

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

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

background-color css

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

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

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

border-color css

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

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

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