Html Css Color HEX #920F18 Carmine

📋 copy color: '#920F18'

red 146 ◦ green 15 ◦ blue 24

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

Shades of Carmine #920F18

Tints of Carmine #920F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 78.92%
G = 8.11%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#920F18 (or 0x920F18) is known color: Carmine. HEX triplet: 92, 0F and 18. RGB value is (146,15,24). Sum of RGB (Red+Green+Blue) = 146+15+24=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #920F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F18 is #6DF0E7. Grayscale: #373737. Windows color (decimal): -7205096 or 1576850. OLE color: 1576850.

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

Color convert

RGB 146 15 24 -
CMYK 0 0.90 0.84 0.43
HSL 355.88º 0.81% 0.32% -
HSV(B) 355.88º 0.9% 0.57% -
XYZ 12.19 6.52 1.48 -
YUV 55.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 146 15 24 0 0.90 0.84 0.43 355.88 0.81 0.32
Hex 92 F 18 0 5A 54 2B 164 51 20
Octal 222 17 30 0 132 124 53 544 121 40
Binary 10010010 1111 11000 0 1011010 1010100 101011 101100100 1010001 100000

Color Harmonies of #920F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F18

Black with #920F18

Text Example


Text Example

White with #920F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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