Html Css Color HEX #A90010 Carmine

📋 copy color: '#A90010'

red 169 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A90010

Tints of Carmine #A90010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 91.35%
G = 0%
B = 8.65%

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

#A90010 (or 0xA90010) is known color: Carmine. HEX triplet: A9, 00 and 10. RGB value is (169,0,16). Sum of RGB (Red+Green+Blue) = 169+0+16=185 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.35% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 169 - color contains mainly: red. Hex color #A90010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90010 is #56FFEF. Grayscale: #343434. Windows color (decimal): -5701616 or 1048745. OLE color: 1048745.

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

Color convert

RGB 169 0 16 -
CMYK 0 1 0.91 0.34
HSL 354.32º 1% 0.33% -
HSV(B) 354.32º 1% 0.66% -
XYZ 16.46 8.47 1.26 -
YUV 52.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 169 0 16 0 1 0.91 0.34 354.32 1 0.33
Hex A9 0 10 0 64 5B 22 162 64 21
Octal 251 0 20 0 144 133 42 542 144 41
Binary 10101001 0 10000 0 1100100 1011011 100010 101100010 1100100 100001

Color Harmonies of #A90010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90010

Black with #A90010

Text Example


Text Example

White with #A90010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90010; }

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

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

background-color css

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

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

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

border-color css

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

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

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