Html Css Color HEX #92151F Carmine

📋 copy color: '#92151F'

red 146 ◦ green 21 ◦ blue 31

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

Shades of Carmine #92151F

Tints of Carmine #92151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 73.74%
G = 10.61%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92151F (or 0x92151F) is known color: Carmine. HEX triplet: 92, 15 and 1F. RGB value is (146,21,31). Sum of RGB (Red+Green+Blue) = 146+21+31=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #92151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92151F is #6DEAE0. Grayscale: #3B3B3B. Windows color (decimal): -7203553 or 2037138. OLE color: 2037138.

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

Color convert

RGB 146 21 31 -
CMYK 0 0.86 0.79 0.43
HSL 355.2º 0.75% 0.33% -
HSV(B) 355.2º 0.86% 0.57% -
XYZ 12.37 6.75 1.95 -
YUV 59.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 146 21 31 0 0.86 0.79 0.43 355.2 0.75 0.33
Hex 92 15 1F 0 56 4F 2B 163 4B 21
Octal 222 25 37 0 126 117 53 543 113 41
Binary 10010010 10101 11111 0 1010110 1001111 101011 101100011 1001011 100001

Color Harmonies of #92151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92151F

Black with #92151F

Text Example


Text Example

White with #92151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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