Html Css Color HEX #920515 Carmine

📋 copy color: '#920515'

red 146 ◦ green 5 ◦ blue 21

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

Shades of Carmine #920515

Tints of Carmine #920515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 84.88%
G = 2.91%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#920515 (or 0x920515) is known color: Carmine. HEX triplet: 92, 05 and 15. RGB value is (146,5,21). Sum of RGB (Red+Green+Blue) = 146+5+21=172 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.88% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 146 - color contains mainly: red. Hex color #920515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920515 is #6DFAEA. Grayscale: #313131. Windows color (decimal): -7207659 or 1377682. OLE color: 1377682.

HSL color Cylindrical-coordinate representation of color #920515: hue angle of 353.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920515 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 21 -
CMYK 0 0.97 0.86 0.43
HSL 353.19º 0.93% 0.3% -
HSV(B) 353.19º 0.97% 0.57% -
XYZ 12.04 6.27 1.29 -
YUV 48.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 146 5 21 0 0.97 0.86 0.43 353.19 0.93 0.3
Hex 92 5 15 0 61 56 2B 161 5D 1E
Octal 222 5 25 0 141 126 53 541 135 36
Binary 10010010 101 10101 0 1100001 1010110 101011 101100001 1011101 11110

Color Harmonies of #920515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920515

Black with #920515

Text Example


Text Example

White with #920515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920515; }

 p { color: rgb(146,5,21); }

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

background-color css

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

 a { background-color: rgb(146,5,21); }

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

border-color css

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

 span { border-color: rgb(146,5,21); }

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