#92171A

Color #92171A Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #92171A

Tints of Carmine #92171A

Color information

#92171A (or 0x92171A) is unknown color: approx Carmine. HEX triplet: 92, 17 and 1A. RGB value is (146,23,26). Sum of RGB (Red+Green+Blue) = 146+23+26=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92171A is #6DE8E5. Grayscale: #3C3C3C. Windows color (decimal): -7203046 or 1709970. OLE color: 1709970.

HSL color Cylindrical-coordinate representation of color #92171A: hue angle of 358.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92171A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1462326-
CMYK00.840.820.43
HSL358.54º72.78%33.14%-
HSV(B)358.54º84.25%57.25%-
XYZ12.356.81.64-
YUV60.12108.75189.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=74.87%
G=11.79%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146232600.840.820.43358.5472.7833.14
Hex92171A054522B1674921
Octal222273201241225354711141
Binary1001001010111110100101010010100101010111011001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92171A; }

 p { color: rgb(146,23,26); }

 H1.HeaderClassName
 {
   color: #92171A;
 }
 .AnyTagClassName
 {
   color: #92171A;
 }
</style>
background-color css

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

 a { background-color: rgb(146,23,26); }

 div.DivClassName
 {
   background-color: #92171A;
 }
 .BgClassName
 {
   background-color: #92171A;
 }
</style>
border-color css

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

 span { border-color: rgb(146,23,26); }

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