Html Css Color HEX #A91028 Carmine

📋 copy color: '#A91028'

red 169 ◦ green 16 ◦ blue 40

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

Shades of Carmine #A91028

Tints of Carmine #A91028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 75.11%
G = 7.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A91028 (or 0xA91028) is known color: Carmine. HEX triplet: A9, 10 and 28. RGB value is (169,16,40). Sum of RGB (Red+Green+Blue) = 169+16+40=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A91028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91028 is #56EFD7. Grayscale: #404040. Windows color (decimal): -5697496 or 2625705. OLE color: 2625705.

HSL color Cylindrical-coordinate representation of color #A91028: hue angle of 350.59º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91028 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 40 -
CMYK 0 0.91 0.76 0.34
HSL 350.59º 0.83% 0.36% -
HSV(B) 350.59º 0.91% 0.66% -
XYZ 16.93 8.96 2.84 -
YUV 64.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 169 16 40 0 0.91 0.76 0.34 350.59 0.83 0.36
Hex A9 10 28 0 5B 4C 22 15F 53 24
Octal 251 20 50 0 133 114 42 537 123 44
Binary 10101001 10000 101000 0 1011011 1001100 100010 101011111 1010011 100100

Color Harmonies of #A91028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91028

Black with #A91028

Text Example


Text Example

White with #A91028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91028; }

 p { color: rgb(169,16,40); }

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

background-color css

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

 a { background-color: rgb(169,16,40); }

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

border-color css

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

 span { border-color: rgb(169,16,40); }

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