Html Css Color HEX #890A19 Carmine

📋 copy color: '#890A19'

red 137 ◦ green 10 ◦ blue 25

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

Shades of Carmine #890A19

Tints of Carmine #890A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 79.65%
G = 5.81%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#890A19 (or 0x890A19) is known color: Carmine. HEX triplet: 89, 0A and 19. RGB value is (137,10,25). Sum of RGB (Red+Green+Blue) = 137+10+25=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #890A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A19 is #76F5E6. Grayscale: #313131. Windows color (decimal): -7796199 or 1641097. OLE color: 1641097.

HSL color Cylindrical-coordinate representation of color #890A19: hue angle of 352.91º 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 #890A19 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 25 -
CMYK 0 0.93 0.82 0.46
HSL 352.91º 0.86% 0.29% -
HSV(B) 352.91º 0.93% 0.54% -
XYZ 10.6 5.61 1.44 -
YUV 49.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 137 10 25 0 0.93 0.82 0.46 352.91 0.86 0.29
Hex 89 A 19 0 5D 52 2E 161 56 1D
Octal 211 12 31 0 135 122 56 541 126 35
Binary 10001001 1010 11001 0 1011101 1010010 101110 101100001 1010110 11101

Color Harmonies of #890A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A19

Black with #890A19

Text Example


Text Example

White with #890A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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