Html Css Color HEX #890A1B Carmine

📋 copy color: '#890A1B'

red 137 ◦ green 10 ◦ blue 27

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

Shades of Carmine #890A1B

Tints of Carmine #890A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 78.74%
G = 5.75%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#890A1B (or 0x890A1B) is known color: Carmine. HEX triplet: 89, 0A and 1B. RGB value is (137,10,27). Sum of RGB (Red+Green+Blue) = 137+10+27=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A1B is #76F5E4. Grayscale: #313131. Windows color (decimal): -7796197 or 1772169. OLE color: 1772169.

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

Color convert

RGB 137 10 27 -
CMYK 0 0.93 0.80 0.46
HSL 351.97º 0.86% 0.29% -
HSV(B) 351.97º 0.93% 0.54% -
XYZ 10.62 5.61 1.56 -
YUV 49.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 137 10 27 0 0.93 0.80 0.46 351.97 0.86 0.29
Hex 89 A 1B 0 5D 50 2E 160 56 1D
Octal 211 12 33 0 135 120 56 540 126 35
Binary 10001001 1010 11011 0 1011101 1010000 101110 101100000 1010110 11101

Color Harmonies of #890A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A1B

Black with #890A1B

Text Example


Text Example

White with #890A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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