Html Css Color HEX #920F28 Carmine

📋 copy color: '#920F28'

red 146 ◦ green 15 ◦ blue 40

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

Shades of Carmine #920F28

Tints of Carmine #920F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 72.64%
G = 7.46%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#920F28 (or 0x920F28) is known color: Carmine. HEX triplet: 92, 0F and 28. RGB value is (146,15,40). Sum of RGB (Red+Green+Blue) = 146+15+40=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #920F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F28 is #6DF0D7. Grayscale: #393939. Windows color (decimal): -7205080 or 2625426. OLE color: 2625426.

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

Color convert

RGB 146 15 40 -
CMYK 0 0.90 0.73 0.43
HSL 348.55º 0.81% 0.32% -
HSV(B) 348.55º 0.9% 0.57% -
XYZ 12.41 6.61 2.63 -
YUV 57.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 146 15 40 0 0.90 0.73 0.43 348.55 0.81 0.32
Hex 92 F 28 0 5A 49 2B 15D 51 20
Octal 222 17 50 0 132 111 53 535 121 40
Binary 10010010 1111 101000 0 1011010 1001001 101011 101011101 1010001 100000

Color Harmonies of #920F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F28

Black with #920F28

Text Example


Text Example

White with #920F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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