Html Css Color HEX #92001E Carmine

📋 copy color: '#92001E'

red 146 ◦ green 0 ◦ blue 30

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

Shades of Carmine #92001E

Tints of Carmine #92001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 82.95%
G = 0%
B = 17.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92001E (or 0x92001E) is known color: Carmine. HEX triplet: 92, 00 and 1E. RGB value is (146,0,30). Sum of RGB (Red+Green+Blue) = 146+0+30=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #92001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92001E is #6DFFE1. Grayscale: #2F2F2F. Windows color (decimal): -7208930 or 1966226. OLE color: 1966226.

HSL color Cylindrical-coordinate representation of color #92001E: hue angle of 347.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92001E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 30 -
CMYK 0 1 0.79 0.43
HSL 347.67º 1% 0.29% -
HSV(B) 347.67º 1% 0.57% -
XYZ 12.09 6.2 1.79 -
YUV 47.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 146 0 30 0 1 0.79 0.43 347.67 1 0.29
Hex 92 0 1E 0 64 4F 2B 15C 64 1D
Octal 222 0 36 0 144 117 53 534 144 35
Binary 10010010 0 11110 0 1100100 1001111 101011 101011100 1100100 11101

Color Harmonies of #92001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92001E

Black with #92001E

Text Example


Text Example

White with #92001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92001E; }

 p { color: rgb(146,0,30); }

 H1.HeaderClassName
 {
   color: #92001E;
 }
 .AnyTagClassName
 {
   color: #92001E;
 }
</style>

background-color css

<style>
 a { background-color: #92001E; }

 a { background-color: rgb(146,0,30); }

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

border-color css

<style>
 span { border-color: #92001E; }

 span { border-color: rgb(146,0,30); }

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