Html Css Color HEX #920B25 Carmine

📋 copy color: '#920B25'

red 146 ◦ green 11 ◦ blue 37

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

Shades of Carmine #920B25

Tints of Carmine #920B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 75.26%
G = 5.67%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#920B25 (or 0x920B25) is known color: Carmine. HEX triplet: 92, 0B and 25. RGB value is (146,11,37). Sum of RGB (Red+Green+Blue) = 146+11+37=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #920B25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B25 is #6DF4DA. Grayscale: #363636. Windows color (decimal): -7206107 or 2427794. OLE color: 2427794.

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

Color convert

RGB 146 11 37 -
CMYK 0 0.92 0.75 0.43
HSL 348.44º 0.86% 0.31% -
HSV(B) 348.44º 0.92% 0.57% -
XYZ 12.31 6.48 2.35 -
YUV 54.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 146 11 37 0 0.92 0.75 0.43 348.44 0.86 0.31
Hex 92 B 25 0 5C 4B 2B 15C 56 1F
Octal 222 13 45 0 134 113 53 534 126 37
Binary 10010010 1011 100101 0 1011100 1001011 101011 101011100 1010110 11111

Color Harmonies of #920B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920B25

Black with #920B25

Text Example


Text Example

White with #920B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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