Html Css Color HEX #92151C Carmine

📋 copy color: '#92151C'

red 146 ◦ green 21 ◦ blue 28

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

Shades of Carmine #92151C

Tints of Carmine #92151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 74.87%
G = 10.77%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#92151C (or 0x92151C) is known color: Carmine. HEX triplet: 92, 15 and 1C. RGB value is (146,21,28). Sum of RGB (Red+Green+Blue) = 146+21+28=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92151C is #6DEAE3. Grayscale: #3B3B3B. Windows color (decimal): -7203556 or 1840530. OLE color: 1840530.

HSL color Cylindrical-coordinate representation of color #92151C: hue angle of 356.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92151C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 21 28 -
CMYK 0 0.86 0.81 0.43
HSL 356.64º 0.75% 0.33% -
HSV(B) 356.64º 0.86% 0.57% -
XYZ 12.33 6.73 1.75 -
YUV 59.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 146 21 28 0 0.86 0.81 0.43 356.64 0.75 0.33
Hex 92 15 1C 0 56 51 2B 165 4B 21
Octal 222 25 34 0 126 121 53 545 113 41
Binary 10010010 10101 11100 0 1010110 1010001 101011 101100101 1001011 100001

Color Harmonies of #92151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92151C

Black with #92151C

Text Example


Text Example

White with #92151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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