Html Css Color HEX #94141B Carmine

📋 copy color: '#94141B'

red 148 ◦ green 20 ◦ blue 27

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

Shades of Carmine #94141B

Tints of Carmine #94141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 75.9%
G = 10.26%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94141B (or 0x94141B) is known color: Carmine. HEX triplet: 94, 14 and 1B. RGB value is (148,20,27). Sum of RGB (Red+Green+Blue) = 148+20+27=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94141B is #6BEBE4. Grayscale: #3B3B3B. Windows color (decimal): -7072741 or 1774740. OLE color: 1774740.

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

Color convert

RGB 148 20 27 -
CMYK 0 0.86 0.82 0.42
HSL 356.72º 0.76% 0.33% -
HSV(B) 356.72º 0.86% 0.58% -
XYZ 12.66 6.88 1.7 -
YUV 59.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 148 20 27 0 0.86 0.82 0.42 356.72 0.76 0.33
Hex 94 14 1B 0 56 52 2A 165 4C 21
Octal 224 24 33 0 126 122 52 545 114 41
Binary 10010100 10100 11011 0 1010110 1010010 101010 101100101 1001100 100001

Color Harmonies of #94141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94141B

Black with #94141B

Text Example


Text Example

White with #94141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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