Html Css Color HEX #A90525 Carmine

📋 copy color: '#A90525'

red 169 ◦ green 5 ◦ blue 37

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

Shades of Carmine #A90525

Tints of Carmine #A90525

RGB

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

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

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

R = 80.09%
G = 2.37%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A90525 (or 0xA90525) is known color: Carmine. HEX triplet: A9, 05 and 25. RGB value is (169,5,37). Sum of RGB (Red+Green+Blue) = 169+5+37=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90525 is #56FADA. Grayscale: #393939. Windows color (decimal): -5700315 or 2426281. OLE color: 2426281.

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

Color convert

RGB 169 5 37 -
CMYK 0 0.97 0.78 0.34
HSL 348.29º 0.94% 0.34% -
HSV(B) 348.29º 0.97% 0.66% -
XYZ 16.75 8.68 2.54 -
YUV 57.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 169 5 37 0 0.97 0.78 0.34 348.29 0.94 0.34
Hex A9 5 25 0 61 4E 22 15C 5E 22
Octal 251 5 45 0 141 116 42 534 136 42
Binary 10101001 101 100101 0 1100001 1001110 100010 101011100 1011110 100010

Color Harmonies of #A90525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90525

Black with #A90525

Text Example


Text Example

White with #A90525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90525; }

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

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

background-color css

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

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

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

border-color css

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

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

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