Html Css Color HEX #A90810 Carmine

📋 copy color: '#A90810'

red 169 ◦ green 8 ◦ blue 16

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

Shades of Carmine #A90810

Tints of Carmine #A90810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 87.56%
G = 4.15%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A90810 (or 0xA90810) is known color: Carmine. HEX triplet: A9, 08 and 10. RGB value is (169,8,16). Sum of RGB (Red+Green+Blue) = 169+8+16=193 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.56% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 169 - color contains mainly: red. Hex color #A90810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90810 is #56F7EF. Grayscale: #393939. Windows color (decimal): -5699568 or 1050793. OLE color: 1050793.

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

Color convert

RGB 169 8 16 -
CMYK 0 0.95 0.91 0.34
HSL 357.02º 0.91% 0.35% -
HSV(B) 357.02º 0.95% 0.66% -
XYZ 16.54 8.65 1.29 -
YUV 57.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 169 8 16 0 0.95 0.91 0.34 357.02 0.91 0.35
Hex A9 8 10 0 5F 5B 22 165 5B 23
Octal 251 10 20 0 137 133 42 545 133 43
Binary 10101001 1000 10000 0 1011111 1011011 100010 101100101 1011011 100011

Color Harmonies of #A90810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90810

Black with #A90810

Text Example


Text Example

White with #A90810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90810; }

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

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

background-color css

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

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

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

border-color css

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

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

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