Html Css Color HEX #94131C Carmine

📋 copy color: '#94131C'

red 148 ◦ green 19 ◦ blue 28

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

Shades of Carmine #94131C

Tints of Carmine #94131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 75.9%
G = 9.74%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94131C (or 0x94131C) is known color: Carmine. HEX triplet: 94, 13 and 1C. RGB value is (148,19,28). Sum of RGB (Red+Green+Blue) = 148+19+28=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94131C is #6BECE3. Grayscale: #3A3A3A. Windows color (decimal): -7072996 or 1840020. OLE color: 1840020.

HSL color Cylindrical-coordinate representation of color #94131C: hue angle of 355.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94131C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 28 -
CMYK 0 0.87 0.81 0.42
HSL 355.81º 0.77% 0.33% -
HSV(B) 355.81º 0.87% 0.58% -
XYZ 12.66 6.85 1.75 -
YUV 58.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 148 19 28 0 0.87 0.81 0.42 355.81 0.77 0.33
Hex 94 13 1C 0 57 51 2A 164 4D 21
Octal 224 23 34 0 127 121 52 544 115 41
Binary 10010100 10011 11100 0 1010111 1010001 101010 101100100 1001101 100001

Color Harmonies of #94131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94131C

Black with #94131C

Text Example


Text Example

White with #94131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94131C; }

 p { color: rgb(148,19,28); }

 H1.HeaderClassName
 {
   color: #94131C;
 }
 .AnyTagClassName
 {
   color: #94131C;
 }
</style>

background-color css

<style>
 a { background-color: #94131C; }

 a { background-color: rgb(148,19,28); }

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

border-color css

<style>
 span { border-color: #94131C; }

 span { border-color: rgb(148,19,28); }

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