Html Css Color HEX #92001D Carmine

📋 copy color: '#92001D'

red 146 ◦ green 0 ◦ blue 29

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

Shades of Carmine #92001D

Tints of Carmine #92001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 83.43%
G = 0%
B = 16.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92001D (or 0x92001D) is known color: Carmine. HEX triplet: 92, 00 and 1D. RGB value is (146,0,29). Sum of RGB (Red+Green+Blue) = 146+0+29=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #92001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92001D is #6DFFE2. Grayscale: #2E2E2E. Windows color (decimal): -7208931 or 1900690. OLE color: 1900690.

HSL color Cylindrical-coordinate representation of color #92001D: hue angle of 348.08º 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 #92001D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 29 -
CMYK 0 1 0.80 0.43
HSL 348.08º 1% 0.29% -
HSV(B) 348.08º 1% 0.57% -
XYZ 12.08 6.2 1.72 -
YUV 46.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 146 0 29 0 1 0.80 0.43 348.08 1 0.29
Hex 92 0 1D 0 64 50 2B 15C 64 1D
Octal 222 0 35 0 144 120 53 534 144 35
Binary 10010010 0 11101 0 1100100 1010000 101011 101011100 1100100 11101

Color Harmonies of #92001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92001D

Black with #92001D

Text Example


Text Example

White with #92001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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