Html Css Color HEX #A91029 Carmine

📋 copy color: '#A91029'

red 169 ◦ green 16 ◦ blue 41

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

Shades of Carmine #A91029

Tints of Carmine #A91029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 74.78%
G = 7.08%
B = 18.14%

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

#A91029 (or 0xA91029) is known color: Carmine. HEX triplet: A9, 10 and 29. RGB value is (169,16,41). Sum of RGB (Red+Green+Blue) = 169+16+41=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A91029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91029 is #56EFD6. Grayscale: #404040. Windows color (decimal): -5697495 or 2691241. OLE color: 2691241.

HSL color Cylindrical-coordinate representation of color #A91029: hue angle of 350.2º 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 #A91029 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 41 -
CMYK 0 0.91 0.76 0.34
HSL 350.2º 0.83% 0.36% -
HSV(B) 350.2º 0.91% 0.66% -
XYZ 16.95 8.97 2.94 -
YUV 64.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 169 16 41 0 0.91 0.76 0.34 350.2 0.83 0.36
Hex A9 10 29 0 5B 4C 22 15E 53 24
Octal 251 20 51 0 133 114 42 536 123 44
Binary 10101001 10000 101001 0 1011011 1001100 100010 101011110 1010011 100100

Color Harmonies of #A91029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91029

Black with #A91029

Text Example


Text Example

White with #A91029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91029; }

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

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

background-color css

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

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

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

border-color css

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

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

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