Html Css Color HEX #92031C Carmine

📋 copy color: '#92031C'

red 146 ◦ green 3 ◦ blue 28

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

Shades of Carmine #92031C

Tints of Carmine #92031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 82.49%
G = 1.69%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#92031C (or 0x92031C) is known color: Carmine. HEX triplet: 92, 03 and 1C. RGB value is (146,3,28). Sum of RGB (Red+Green+Blue) = 146+3+28=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92031C is #6DFCE3. Grayscale: #303030. Windows color (decimal): -7208164 or 1835922. OLE color: 1835922.

HSL color Cylindrical-coordinate representation of color #92031C: hue angle of 349.51º 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 #92031C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 28 -
CMYK 0 0.98 0.81 0.43
HSL 349.51º 0.96% 0.29% -
HSV(B) 349.51º 0.98% 0.57% -
XYZ 12.1 6.26 1.67 -
YUV 48.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 146 3 28 0 0.98 0.81 0.43 349.51 0.96 0.29
Hex 92 3 1C 0 62 51 2B 15E 60 1D
Octal 222 3 34 0 142 121 53 536 140 35
Binary 10010010 11 11100 0 1100010 1010001 101011 101011110 1100000 11101

Color Harmonies of #92031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92031C

Black with #92031C

Text Example


Text Example

White with #92031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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