Html Css Color HEX #92021A Carmine

📋 copy color: '#92021A'

red 146 ◦ green 2 ◦ blue 26

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

Shades of Carmine #92021A

Tints of Carmine #92021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 83.91%
G = 1.15%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92021A (or 0x92021A) is known color: Carmine. HEX triplet: 92, 02 and 1A. RGB value is (146,2,26). Sum of RGB (Red+Green+Blue) = 146+2+26=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #92021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92021A is #6DFDE5. Grayscale: #2F2F2F. Windows color (decimal): -7208422 or 1704594. OLE color: 1704594.

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

Color convert

RGB 146 2 26 -
CMYK 0 0.99 0.82 0.43
HSL 350º 0.97% 0.29% -
HSV(B) 350º 0.99% 0.57% -
XYZ 12.06 6.23 1.54 -
YUV 47.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 146 2 26 0 0.99 0.82 0.43 350 0.97 0.29
Hex 92 2 1A 0 63 52 2B 15E 61 1D
Octal 222 2 32 0 143 122 53 536 141 35
Binary 10010010 10 11010 0 1100011 1010010 101011 101011110 1100001 11101

Color Harmonies of #92021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92021A

Black with #92021A

Text Example


Text Example

White with #92021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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