Html Css Color HEX #A9000D Carmine

📋 copy color: '#A9000D'

red 169 ◦ green 0 ◦ blue 13

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

Shades of Carmine #A9000D

Tints of Carmine #A9000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 92.86%
G = 0%
B = 7.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9000D (or 0xA9000D) is known color: Carmine. HEX triplet: A9, 00 and 0D. RGB value is (169,0,13). Sum of RGB (Red+Green+Blue) = 169+0+13=182 (24% of max value = 765). Red value is 169 (66.41% from 255 or 92.86% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 169 - color contains mainly: red. Hex color #A9000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9000D is #56FFF2. Grayscale: #343434. Windows color (decimal): -5701619 or 852137. OLE color: 852137.

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

Color convert

RGB 169 0 13 -
CMYK 0 1 0.92 0.34
HSL 355.38º 1% 0.33% -
HSV(B) 355.38º 1% 0.66% -
XYZ 16.43 8.46 1.15 -
YUV 52.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 169 0 13 0 1 0.92 0.34 355.38 1 0.33
Hex A9 0 D 0 64 5C 22 163 64 21
Octal 251 0 15 0 144 134 42 543 144 41
Binary 10101001 0 1101 0 1100100 1011100 100010 101100011 1100100 100001

Color Harmonies of #A9000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9000D

Black with #A9000D

Text Example


Text Example

White with #A9000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9000D; }

 p { color: rgb(169,0,13); }

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

background-color css

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

 a { background-color: rgb(169,0,13); }

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

border-color css

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

 span { border-color: rgb(169,0,13); }

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