Html Css Color HEX #A81625 Carmine

📋 copy color: '#A81625'

red 168 ◦ green 22 ◦ blue 37

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

Shades of Carmine #A81625

Tints of Carmine #A81625

RGB

 RED value IS 168 (66.02% from 255) = 74.01%

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

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

R = 74.01%
G = 9.69%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A81625 (or 0xA81625) is known color: Carmine. HEX triplet: A8, 16 and 25. RGB value is (168,22,37). Sum of RGB (Red+Green+Blue) = 168+22+37=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A81625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81625 is #57E9DA. Grayscale: #434343. Windows color (decimal): -5761499 or 2430632. OLE color: 2430632.

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

Color convert

RGB 168 22 37 -
CMYK 0 0.87 0.78 0.34
HSL 353.84º 0.77% 0.37% -
HSV(B) 353.84º 0.87% 0.66% -
XYZ 16.77 9.03 2.61 -
YUV 67.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 168 22 37 0 0.87 0.78 0.34 353.84 0.77 0.37
Hex A8 16 25 0 57 4E 22 162 4D 25
Octal 250 26 45 0 127 116 42 542 115 45
Binary 10101000 10110 100101 0 1010111 1001110 100010 101100010 1001101 100101

Color Harmonies of #A81625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81625

Black with #A81625

Text Example


Text Example

White with #A81625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81625; }

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

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

background-color css

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

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

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

border-color css

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

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

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