Html Css Color HEX #94101B Carmine

📋 copy color: '#94101B'

red 148 ◦ green 16 ◦ blue 27

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

Shades of Carmine #94101B

Tints of Carmine #94101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 77.49%
G = 8.38%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94101B (or 0x94101B) is known color: Carmine. HEX triplet: 94, 10 and 1B. RGB value is (148,16,27). Sum of RGB (Red+Green+Blue) = 148+16+27=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #94101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94101B is #6BEFE4. Grayscale: #383838. Windows color (decimal): -7073765 or 1773716. OLE color: 1773716.

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

Color convert

RGB 148 16 27 -
CMYK 0 0.89 0.82 0.42
HSL 355º 0.8% 0.32% -
HSV(B) 355º 0.89% 0.58% -
XYZ 12.6 6.75 1.68 -
YUV 56.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 148 16 27 0 0.89 0.82 0.42 355 0.8 0.32
Hex 94 10 1B 0 59 52 2A 163 50 20
Octal 224 20 33 0 131 122 52 543 120 40
Binary 10010100 10000 11011 0 1011001 1010010 101010 101100011 1010000 100000

Color Harmonies of #94101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94101B

Black with #94101B

Text Example


Text Example

White with #94101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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