Html Css Color HEX #920B28 Carmine

📋 copy color: '#920B28'

red 146 ◦ green 11 ◦ blue 40

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

Shades of Carmine #920B28

Tints of Carmine #920B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

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

R = 74.11%
G = 5.58%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#920B28 (or 0x920B28) is known color: Carmine. HEX triplet: 92, 0B and 28. RGB value is (146,11,40). Sum of RGB (Red+Green+Blue) = 146+11+40=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #920B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B28 is #6DF4D7. Grayscale: #363636. Windows color (decimal): -7206104 or 2624402. OLE color: 2624402.

HSL color Cylindrical-coordinate representation of color #920B28: hue angle of 347.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B28 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 11 40 -
CMYK 0 0.92 0.73 0.43
HSL 347.11º 0.86% 0.31% -
HSV(B) 347.11º 0.92% 0.57% -
XYZ 12.36 6.5 2.61 -
YUV 54.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 146 11 40 0 0.92 0.73 0.43 347.11 0.86 0.31
Hex 92 B 28 0 5C 49 2B 15B 56 1F
Octal 222 13 50 0 134 111 53 533 126 37
Binary 10010010 1011 101000 0 1011100 1001001 101011 101011011 1010110 11111

Color Harmonies of #920B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920B28

Black with #920B28

Text Example


Text Example

White with #920B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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