Html Css Color HEX #920F2C Carmine

📋 copy color: '#920F2C'

red 146 ◦ green 15 ◦ blue 44

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

Shades of Carmine #920F2C

Tints of Carmine #920F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 71.22%
G = 7.32%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#920F2C (or 0x920F2C) is known color: Carmine. HEX triplet: 92, 0F and 2C. RGB value is (146,15,44). Sum of RGB (Red+Green+Blue) = 146+15+44=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F2C is #6DF0D3. Grayscale: #393939. Windows color (decimal): -7205076 or 2887570. OLE color: 2887570.

HSL color Cylindrical-coordinate representation of color #920F2C: hue angle of 346.72º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F2C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 44 -
CMYK 0 0.90 0.70 0.43
HSL 346.72º 0.81% 0.32% -
HSV(B) 346.72º 0.9% 0.57% -
XYZ 12.48 6.63 3.01 -
YUV 57.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 146 15 44 0 0.90 0.70 0.43 346.72 0.81 0.32
Hex 92 F 2C 0 5A 46 2B 15B 51 20
Octal 222 17 54 0 132 106 53 533 121 40
Binary 10010010 1111 101100 0 1011010 1000110 101011 101011011 1010001 100000

Color Harmonies of #920F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F2C

Black with #920F2C

Text Example


Text Example

White with #920F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920F2C; }

 p { color: rgb(146,15,44); }

 H1.HeaderClassName
 {
   color: #920F2C;
 }
 .AnyTagClassName
 {
   color: #920F2C;
 }
</style>

background-color css

<style>
 a { background-color: #920F2C; }

 a { background-color: rgb(146,15,44); }

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

border-color css

<style>
 span { border-color: #920F2C; }

 span { border-color: rgb(146,15,44); }

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