Html Css Color HEX #92001F Carmine

📋 copy color: '#92001F'

red 146 ◦ green 0 ◦ blue 31

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

Shades of Carmine #92001F

Tints of Carmine #92001F

RGB

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

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

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

R = 82.49%
G = 0%
B = 17.51%

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

#92001F (or 0x92001F) is known color: Carmine. HEX triplet: 92, 00 and 1F. RGB value is (146,0,31). Sum of RGB (Red+Green+Blue) = 146+0+31=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92001F is #6DFFE0. Grayscale: #2F2F2F. Windows color (decimal): -7208929 or 2031762. OLE color: 2031762.

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

Color convert

RGB 146 0 31 -
CMYK 0 1 0.79 0.43
HSL 347.26º 1% 0.29% -
HSV(B) 347.26º 1% 0.57% -
XYZ 12.1 6.21 1.86 -
YUV 47.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 146 0 31 0 1 0.79 0.43 347.26 1 0.29
Hex 92 0 1F 0 64 4F 2B 15B 64 1D
Octal 222 0 37 0 144 117 53 533 144 35
Binary 10010010 0 11111 0 1100100 1001111 101011 101011011 1100100 11101

Color Harmonies of #92001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92001F

Black with #92001F

Text Example


Text Example

White with #92001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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