Html Css Color HEX #94111B Carmine

📋 copy color: '#94111B'

red 148 ◦ green 17 ◦ blue 27

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

Shades of Carmine #94111B

Tints of Carmine #94111B

RGB

 RED value IS 148 (58.2% from 255) = 77.08%

 GREEN value IS 17 (7.03% from 255) = 8.85%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 77.08%
G = 8.85%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94111B (or 0x94111B) is known color: Carmine. HEX triplet: 94, 11 and 1B. RGB value is (148,17,27). Sum of RGB (Red+Green+Blue) = 148+17+27=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #94111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94111B is #6BEEE4. Grayscale: #393939. Windows color (decimal): -7073509 or 1773972. OLE color: 1773972.

HSL color Cylindrical-coordinate representation of color #94111B: hue angle of 355.42º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94111B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 27 -
CMYK 0 0.89 0.82 0.42
HSL 355.42º 0.79% 0.32% -
HSV(B) 355.42º 0.89% 0.58% -
XYZ 12.61 6.78 1.68 -
YUV 57.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 148 17 27 0 0.89 0.82 0.42 355.42 0.79 0.32
Hex 94 11 1B 0 59 52 2A 163 4F 20
Octal 224 21 33 0 131 122 52 543 117 40
Binary 10010100 10001 11011 0 1011001 1010010 101010 101100011 1001111 100000

Color Harmonies of #94111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94111B

Black with #94111B

Text Example


Text Example

White with #94111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94111B; }

 p { color: rgb(148,17,27); }

 H1.HeaderClassName
 {
   color: #94111B;
 }
 .AnyTagClassName
 {
   color: #94111B;
 }
</style>

background-color css

<style>
 a { background-color: #94111B; }

 a { background-color: rgb(148,17,27); }

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

border-color css

<style>
 span { border-color: #94111B; }

 span { border-color: rgb(148,17,27); }

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