Html Css Color HEX #94121F Carmine

📋 copy color: '#94121F'

red 148 ◦ green 18 ◦ blue 31

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

Shades of Carmine #94121F

Tints of Carmine #94121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 75.13%
G = 9.14%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94121F (or 0x94121F) is known color: Carmine. HEX triplet: 94, 12 and 1F. RGB value is (148,18,31). Sum of RGB (Red+Green+Blue) = 148+18+31=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94121F is #6BEDE0. Grayscale: #3A3A3A. Windows color (decimal): -7073249 or 2036372. OLE color: 2036372.

HSL color Cylindrical-coordinate representation of color #94121F: hue angle of 354º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94121F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 31 -
CMYK 0 0.88 0.79 0.42
HSL 354º 0.78% 0.33% -
HSV(B) 354º 0.88% 0.58% -
XYZ 12.68 6.83 1.95 -
YUV 58.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 148 18 31 0 0.88 0.79 0.42 354 0.78 0.33
Hex 94 12 1F 0 58 4F 2A 162 4E 21
Octal 224 22 37 0 130 117 52 542 116 41
Binary 10010100 10010 11111 0 1011000 1001111 101010 101100010 1001110 100001

Color Harmonies of #94121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94121F

Black with #94121F

Text Example


Text Example

White with #94121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94121F; }

 p { color: rgb(148,18,31); }

 H1.HeaderClassName
 {
   color: #94121F;
 }
 .AnyTagClassName
 {
   color: #94121F;
 }
</style>

background-color css

<style>
 a { background-color: #94121F; }

 a { background-color: rgb(148,18,31); }

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

border-color css

<style>
 span { border-color: #94121F; }

 span { border-color: rgb(148,18,31); }

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