Html Css Color HEX #92151D Carmine

📋 copy color: '#92151D'

red 146 ◦ green 21 ◦ blue 29

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

Shades of Carmine #92151D

Tints of Carmine #92151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 74.49%
G = 10.71%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92151D (or 0x92151D) is known color: Carmine. HEX triplet: 92, 15 and 1D. RGB value is (146,21,29). Sum of RGB (Red+Green+Blue) = 146+21+29=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92151D is #6DEAE2. Grayscale: #3B3B3B. Windows color (decimal): -7203555 or 1906066. OLE color: 1906066.

HSL color Cylindrical-coordinate representation of color #92151D: hue angle of 356.16º 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 #92151D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 21 29 -
CMYK 0 0.86 0.80 0.43
HSL 356.16º 0.75% 0.33% -
HSV(B) 356.16º 0.86% 0.57% -
XYZ 12.34 6.74 1.81 -
YUV 59.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 146 21 29 0 0.86 0.80 0.43 356.16 0.75 0.33
Hex 92 15 1D 0 56 50 2B 164 4B 21
Octal 222 25 35 0 126 120 53 544 113 41
Binary 10010010 10101 11101 0 1010110 1010000 101011 101100100 1001011 100001

Color Harmonies of #92151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92151D

Black with #92151D

Text Example


Text Example

White with #92151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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