Html Css Color HEX #92151A Carmine

📋 copy color: '#92151A'

red 146 ◦ green 21 ◦ blue 26

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

Shades of Carmine #92151A

Tints of Carmine #92151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 75.65%
G = 10.88%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92151A (or 0x92151A) is known color: Carmine. HEX triplet: 92, 15 and 1A. RGB value is (146,21,26). Sum of RGB (Red+Green+Blue) = 146+21+26=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92151A is #6DEAE5. Grayscale: #3B3B3B. Windows color (decimal): -7203558 or 1709458. OLE color: 1709458.

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

Color convert

RGB 146 21 26 -
CMYK 0 0.86 0.82 0.43
HSL 357.6º 0.75% 0.33% -
HSV(B) 357.6º 0.86% 0.57% -
XYZ 12.31 6.72 1.63 -
YUV 58.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 146 21 26 0 0.86 0.82 0.43 357.6 0.75 0.33
Hex 92 15 1A 0 56 52 2B 166 4B 21
Octal 222 25 32 0 126 122 53 546 113 41
Binary 10010010 10101 11010 0 1010110 1010010 101011 101100110 1001011 100001

Color Harmonies of #92151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92151A

Black with #92151A

Text Example


Text Example

White with #92151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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