Html Css Color HEX #A9052B Carmine

📋 copy color: '#A9052B'

red 169 ◦ green 5 ◦ blue 43

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

Shades of Carmine #A9052B

Tints of Carmine #A9052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 77.88%
G = 2.3%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9052B (or 0xA9052B) is known color: Carmine. HEX triplet: A9, 05 and 2B. RGB value is (169,5,43). Sum of RGB (Red+Green+Blue) = 169+5+43=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A9052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9052B is #56FAD4. Grayscale: #3A3A3A. Windows color (decimal): -5700309 or 2819497. OLE color: 2819497.

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

Color convert

RGB 169 5 43 -
CMYK 0 0.97 0.75 0.34
HSL 346.1º 0.94% 0.34% -
HSV(B) 346.1º 0.97% 0.66% -
XYZ 16.85 8.72 3.08 -
YUV 58.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 169 5 43 0 0.97 0.75 0.34 346.1 0.94 0.34
Hex A9 5 2B 0 61 4B 22 15A 5E 22
Octal 251 5 53 0 141 113 42 532 136 42
Binary 10101001 101 101011 0 1100001 1001011 100010 101011010 1011110 100010

Color Harmonies of #A9052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9052B

Black with #A9052B

Text Example


Text Example

White with #A9052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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