Html Css Color HEX #A90817 Carmine

📋 copy color: '#A90817'

red 169 ◦ green 8 ◦ blue 23

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

Shades of Carmine #A90817

Tints of Carmine #A90817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 84.5%
G = 4%
B = 11.5%

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

#A90817 (or 0xA90817) is known color: Carmine. HEX triplet: A9, 08 and 17. RGB value is (169,8,23). Sum of RGB (Red+Green+Blue) = 169+8+23=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A90817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90817 is #56F7E8. Grayscale: #393939. Windows color (decimal): -5699561 or 1509545. OLE color: 1509545.

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

Color convert

RGB 169 8 23 -
CMYK 0 0.95 0.86 0.34
HSL 354.41º 0.91% 0.35% -
HSV(B) 354.41º 0.95% 0.66% -
XYZ 16.6 8.67 1.61 -
YUV 57.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 169 8 23 0 0.95 0.86 0.34 354.41 0.91 0.35
Hex A9 8 17 0 5F 56 22 162 5B 23
Octal 251 10 27 0 137 126 42 542 133 43
Binary 10101001 1000 10111 0 1011111 1010110 100010 101100010 1011011 100011

Color Harmonies of #A90817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90817

Black with #A90817

Text Example


Text Example

White with #A90817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90817; }

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

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

background-color css

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

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

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

border-color css

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

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

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