Html Css Color HEX #94121C Carmine

📋 copy color: '#94121C'

red 148 ◦ green 18 ◦ blue 28

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

Shades of Carmine #94121C

Tints of Carmine #94121C

RGB

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

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

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

R = 76.29%
G = 9.28%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94121C (or 0x94121C) is known color: Carmine. HEX triplet: 94, 12 and 1C. RGB value is (148,18,28). Sum of RGB (Red+Green+Blue) = 148+18+28=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94121C is #6BEDE3. Grayscale: #3A3A3A. Windows color (decimal): -7073252 or 1839764. OLE color: 1839764.

HSL color Cylindrical-coordinate representation of color #94121C: hue angle of 355.38º 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 #94121C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 28 -
CMYK 0 0.88 0.81 0.42
HSL 355.38º 0.78% 0.33% -
HSV(B) 355.38º 0.88% 0.58% -
XYZ 12.64 6.81 1.75 -
YUV 58.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 148 18 28 0 0.88 0.81 0.42 355.38 0.78 0.33
Hex 94 12 1C 0 58 51 2A 163 4E 21
Octal 224 22 34 0 130 121 52 543 116 41
Binary 10010100 10010 11100 0 1011000 1010001 101010 101100011 1001110 100001

Color Harmonies of #94121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94121C

Black with #94121C

Text Example


Text Example

White with #94121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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