Html Css Color HEX #920F20 Carmine

📋 copy color: '#920F20'

red 146 ◦ green 15 ◦ blue 32

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

Shades of Carmine #920F20

Tints of Carmine #920F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 75.65%
G = 7.77%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#920F20 (or 0x920F20) is known color: Carmine. HEX triplet: 92, 0F and 20. RGB value is (146,15,32). Sum of RGB (Red+Green+Blue) = 146+15+32=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #920F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F20 is #6DF0DF. Grayscale: #383838. Windows color (decimal): -7205088 or 2101138. OLE color: 2101138.

HSL color Cylindrical-coordinate representation of color #920F20: hue angle of 352.21º 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 #920F20 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 32 -
CMYK 0 0.90 0.78 0.43
HSL 352.21º 0.81% 0.32% -
HSV(B) 352.21º 0.9% 0.57% -
XYZ 12.29 6.56 1.98 -
YUV 56.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 146 15 32 0 0.90 0.78 0.43 352.21 0.81 0.32
Hex 92 F 20 0 5A 4E 2B 160 51 20
Octal 222 17 40 0 132 116 53 540 121 40
Binary 10010010 1111 100000 0 1011010 1001110 101011 101100000 1010001 100000

Color Harmonies of #920F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F20

Black with #920F20

Text Example


Text Example

White with #920F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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