Html Css Color HEX #94121B Carmine

📋 copy color: '#94121B'

red 148 ◦ green 18 ◦ blue 27

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

Shades of Carmine #94121B

Tints of Carmine #94121B

RGB

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

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

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

R = 76.68%
G = 9.33%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94121B (or 0x94121B) is known color: Carmine. HEX triplet: 94, 12 and 1B. RGB value is (148,18,27). Sum of RGB (Red+Green+Blue) = 148+18+27=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94121B is #6BEDE4. Grayscale: #393939. Windows color (decimal): -7073253 or 1774228. OLE color: 1774228.

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

Color convert

RGB 148 18 27 -
CMYK 0 0.88 0.82 0.42
HSL 355.85º 0.78% 0.33% -
HSV(B) 355.85º 0.88% 0.58% -
XYZ 12.63 6.81 1.69 -
YUV 57.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 148 18 27 0 0.88 0.82 0.42 355.85 0.78 0.33
Hex 94 12 1B 0 58 52 2A 164 4E 21
Octal 224 22 33 0 130 122 52 544 116 41
Binary 10010100 10010 11011 0 1011000 1010010 101010 101100100 1001110 100001

Color Harmonies of #94121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94121B

Black with #94121B

Text Example


Text Example

White with #94121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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