Html Css Color HEX #92031F Carmine

📋 copy color: '#92031F'

red 146 ◦ green 3 ◦ blue 31

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

Shades of Carmine #92031F

Tints of Carmine #92031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 81.11%
G = 1.67%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92031F (or 0x92031F) is known color: Carmine. HEX triplet: 92, 03 and 1F. RGB value is (146,3,31). Sum of RGB (Red+Green+Blue) = 146+3+31=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92031F is #6DFCE0. Grayscale: #303030. Windows color (decimal): -7208161 or 2032530. OLE color: 2032530.

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

Color convert

RGB 146 3 31 -
CMYK 0 0.98 0.79 0.43
HSL 348.25º 0.96% 0.29% -
HSV(B) 348.25º 0.98% 0.57% -
XYZ 12.13 6.28 1.87 -
YUV 48.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 146 3 31 0 0.98 0.79 0.43 348.25 0.96 0.29
Hex 92 3 1F 0 62 4F 2B 15C 60 1D
Octal 222 3 37 0 142 117 53 534 140 35
Binary 10010010 11 11111 0 1100010 1001111 101011 101011100 1100000 11101

Color Harmonies of #92031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92031F

Black with #92031F

Text Example


Text Example

White with #92031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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