Html Css Color HEX #920D26 Carmine

📋 copy color: '#920D26'

red 146 ◦ green 13 ◦ blue 38

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

Shades of Carmine #920D26

Tints of Carmine #920D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 74.11%
G = 6.6%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#920D26 (or 0x920D26) is known color: Carmine. HEX triplet: 92, 0D and 26. RGB value is (146,13,38). Sum of RGB (Red+Green+Blue) = 146+13+38=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #920D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D26 is #6DF2D9. Grayscale: #373737. Windows color (decimal): -7205594 or 2493842. OLE color: 2493842.

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

Color convert

RGB 146 13 38 -
CMYK 0 0.91 0.74 0.43
HSL 348.72º 0.84% 0.31% -
HSV(B) 348.72º 0.91% 0.57% -
XYZ 12.35 6.54 2.45 -
YUV 55.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 146 13 38 0 0.91 0.74 0.43 348.72 0.84 0.31
Hex 92 D 26 0 5B 4A 2B 15D 54 1F
Octal 222 15 46 0 133 112 53 535 124 37
Binary 10010010 1101 100110 0 1011011 1001010 101011 101011101 1010100 11111

Color Harmonies of #920D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D26

Black with #920D26

Text Example


Text Example

White with #920D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,13,38); }

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

background-color css

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

 a { background-color: rgb(146,13,38); }

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

border-color css

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

 span { border-color: rgb(146,13,38); }

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