Html Css Color HEX #A9000F Carmine

📋 copy color: '#A9000F'

red 169 ◦ green 0 ◦ blue 15

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

Shades of Carmine #A9000F

Tints of Carmine #A9000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 91.85%
G = 0%
B = 8.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9000F (or 0xA9000F) is known color: Carmine. HEX triplet: A9, 00 and 0F. RGB value is (169,0,15). Sum of RGB (Red+Green+Blue) = 169+0+15=184 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.85% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 169 - color contains mainly: red. Hex color #A9000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9000F is #56FFF0. Grayscale: #343434. Windows color (decimal): -5701617 or 983209. OLE color: 983209.

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

Color convert

RGB 169 0 15 -
CMYK 0 1 0.91 0.34
HSL 354.67º 1% 0.33% -
HSV(B) 354.67º 1% 0.66% -
XYZ 16.45 8.47 1.22 -
YUV 52.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 169 0 15 0 1 0.91 0.34 354.67 1 0.33
Hex A9 0 F 0 64 5B 22 163 64 21
Octal 251 0 17 0 144 133 42 543 144 41
Binary 10101001 0 1111 0 1100100 1011011 100010 101100011 1100100 100001

Color Harmonies of #A9000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9000F

Black with #A9000F

Text Example


Text Example

White with #A9000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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