Html Css Color HEX #A90818 Carmine

📋 copy color: '#A90818'

red 169 ◦ green 8 ◦ blue 24

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

Shades of Carmine #A90818

Tints of Carmine #A90818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 84.08%
G = 3.98%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A90818 (or 0xA90818) is known color: Carmine. HEX triplet: A9, 08 and 18. RGB value is (169,8,24). Sum of RGB (Red+Green+Blue) = 169+8+24=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A90818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90818 is #56F7E7. Grayscale: #3A3A3A. Windows color (decimal): -5699560 or 1575081. OLE color: 1575081.

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

Color convert

RGB 169 8 24 -
CMYK 0 0.95 0.86 0.34
HSL 354.04º 0.91% 0.35% -
HSV(B) 354.04º 0.95% 0.66% -
XYZ 16.61 8.67 1.66 -
YUV 57.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 169 8 24 0 0.95 0.86 0.34 354.04 0.91 0.35
Hex A9 8 18 0 5F 56 22 162 5B 23
Octal 251 10 30 0 137 126 42 542 133 43
Binary 10101001 1000 11000 0 1011111 1010110 100010 101100010 1011011 100011

Color Harmonies of #A90818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90818

Black with #A90818

Text Example


Text Example

White with #A90818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90818; }

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

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

background-color css

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

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

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

border-color css

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

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

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