Html Css Color HEX #A9072D Carmine

📋 copy color: '#A9072D'

red 169 ◦ green 7 ◦ blue 45

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

Shades of Carmine #A9072D

Tints of Carmine #A9072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 76.47%
G = 3.17%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9072D (or 0xA9072D) is known color: Carmine. HEX triplet: A9, 07 and 2D. RGB value is (169,7,45). Sum of RGB (Red+Green+Blue) = 169+7+45=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A9072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9072D is #56F8D2. Grayscale: #3B3B3B. Windows color (decimal): -5699795 or 2951081. OLE color: 2951081.

HSL color Cylindrical-coordinate representation of color #A9072D: hue angle of 345.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9072D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 7 45 -
CMYK 0 0.96 0.73 0.34
HSL 345.93º 0.92% 0.35% -
HSV(B) 345.93º 0.96% 0.66% -
XYZ 16.91 8.78 3.29 -
YUV 59.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 169 7 45 0 0.96 0.73 0.34 345.93 0.92 0.35
Hex A9 7 2D 0 60 49 22 15A 5C 23
Octal 251 7 55 0 140 111 42 532 134 43
Binary 10101001 111 101101 0 1100000 1001001 100010 101011010 1011100 100011

Color Harmonies of #A9072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9072D

Black with #A9072D

Text Example


Text Example

White with #A9072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9072D; }

 p { color: rgb(169,7,45); }

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

background-color css

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

 a { background-color: rgb(169,7,45); }

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

border-color css

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

 span { border-color: rgb(169,7,45); }

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