Html Css Color HEX #890A16 Carmine

📋 copy color: '#890A16'

red 137 ◦ green 10 ◦ blue 22

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

Shades of Carmine #890A16

Tints of Carmine #890A16

RGB

 RED value IS 137 (53.91% from 255) = 81.07%

 GREEN value IS 10 (4.3% from 255) = 5.92%

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 81.07%
G = 5.92%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#890A16 (or 0x890A16) is known color: Carmine. HEX triplet: 89, 0A and 16. RGB value is (137,10,22). Sum of RGB (Red+Green+Blue) = 137+10+22=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #890A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A16 is #76F5E9. Grayscale: #313131. Windows color (decimal): -7796202 or 1444489. OLE color: 1444489.

HSL color Cylindrical-coordinate representation of color #890A16: hue angle of 354.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A16 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 22 -
CMYK 0 0.93 0.84 0.46
HSL 354.33º 0.86% 0.29% -
HSV(B) 354.33º 0.93% 0.54% -
XYZ 10.57 5.59 1.28 -
YUV 49.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 137 10 22 0 0.93 0.84 0.46 354.33 0.86 0.29
Hex 89 A 16 0 5D 54 2E 162 56 1D
Octal 211 12 26 0 135 124 56 542 126 35
Binary 10001001 1010 10110 0 1011101 1010100 101110 101100010 1010110 11101

Color Harmonies of #890A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A16

Black with #890A16

Text Example


Text Example

White with #890A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890A16; }

 p { color: rgb(137,10,22); }

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

background-color css

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

 a { background-color: rgb(137,10,22); }

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

border-color css

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

 span { border-color: rgb(137,10,22); }

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