Html Css Color HEX #890C17 Carmine

📋 copy color: '#890C17'

red 137 ◦ green 12 ◦ blue 23

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

Shades of Carmine #890C17

Tints of Carmine #890C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

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

R = 79.65%
G = 6.98%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#890C17 (or 0x890C17) is known color: Carmine. HEX triplet: 89, 0C and 17. RGB value is (137,12,23). Sum of RGB (Red+Green+Blue) = 137+12+23=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #890C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C17 is #76F3E8. Grayscale: #323232. Windows color (decimal): -7795689 or 1510537. OLE color: 1510537.

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

Color convert

RGB 137 12 23 -
CMYK 0 0.91 0.83 0.46
HSL 354.72º 0.84% 0.29% -
HSV(B) 354.72º 0.91% 0.54% -
XYZ 10.6 5.64 1.34 -
YUV 50.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 137 12 23 0 0.91 0.83 0.46 354.72 0.84 0.29
Hex 89 C 17 0 5B 53 2E 163 54 1D
Octal 211 14 27 0 133 123 56 543 124 35
Binary 10001001 1100 10111 0 1011011 1010011 101110 101100011 1010100 11101

Color Harmonies of #890C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C17

Black with #890C17

Text Example


Text Example

White with #890C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,12,23); }

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

background-color css

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

 a { background-color: rgb(137,12,23); }

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

border-color css

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

 span { border-color: rgb(137,12,23); }

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