Html Css Color HEX #920013 Carmine

📋 copy color: '#920013'

red 146 ◦ green 0 ◦ blue 19

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

Shades of Carmine #920013

Tints of Carmine #920013

RGB

 RED value IS 146 (57.42% from 255) = 88.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 88.48%
G = 0%
B = 11.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#920013 (or 0x920013) is known color: Carmine. HEX triplet: 92, 00 and 13. RGB value is (146,0,19). Sum of RGB (Red+Green+Blue) = 146+0+19=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920013 is #6DFFEC. Grayscale: #2D2D2D. Windows color (decimal): -7208941 or 1245330. OLE color: 1245330.

HSL color Cylindrical-coordinate representation of color #920013: hue angle of 352.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920013 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 19 -
CMYK 0 1 0.87 0.43
HSL 352.19º 1% 0.29% -
HSV(B) 352.19º 1% 0.57% -
XYZ 11.97 6.16 1.17 -
YUV 45.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 146 0 19 0 1 0.87 0.43 352.19 1 0.29
Hex 92 0 13 0 64 57 2B 160 64 1D
Octal 222 0 23 0 144 127 53 540 144 35
Binary 10010010 0 10011 0 1100100 1010111 101011 101100000 1100100 11101

Color Harmonies of #920013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920013

Black with #920013

Text Example


Text Example

White with #920013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920013; }

 p { color: rgb(146,0,19); }

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

background-color css

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

 a { background-color: rgb(146,0,19); }

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

border-color css

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

 span { border-color: rgb(146,0,19); }

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