Html Css Color HEX #A91125 Carmine

📋 copy color: '#A91125'

red 169 ◦ green 17 ◦ blue 37

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

Shades of Carmine #A91125

Tints of Carmine #A91125

RGB

 RED value IS 169 (66.41% from 255) = 75.78%

 GREEN value IS 17 (7.03% from 255) = 7.62%

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

R = 75.78%
G = 7.62%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A91125 (or 0xA91125) is known color: Carmine. HEX triplet: A9, 11 and 25. RGB value is (169,17,37). Sum of RGB (Red+Green+Blue) = 169+17+37=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A91125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91125 is #56EEDA. Grayscale: #404040. Windows color (decimal): -5697243 or 2429353. OLE color: 2429353.

HSL color Cylindrical-coordinate representation of color #A91125: hue angle of 352.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91125 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 37 -
CMYK 0 0.90 0.78 0.34
HSL 352.11º 0.82% 0.36% -
HSV(B) 352.11º 0.9% 0.66% -
XYZ 16.9 8.97 2.59 -
YUV 64.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 169 17 37 0 0.90 0.78 0.34 352.11 0.82 0.36
Hex A9 11 25 0 5A 4E 22 160 52 24
Octal 251 21 45 0 132 116 42 540 122 44
Binary 10101001 10001 100101 0 1011010 1001110 100010 101100000 1010010 100100

Color Harmonies of #A91125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91125

Black with #A91125

Text Example


Text Example

White with #A91125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91125; }

 p { color: rgb(169,17,37); }

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

background-color css

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

 a { background-color: rgb(169,17,37); }

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

border-color css

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

 span { border-color: rgb(169,17,37); }

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