Html Css Color HEX #94101D Carmine

📋 copy color: '#94101D'

red 148 ◦ green 16 ◦ blue 29

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

Shades of Carmine #94101D

Tints of Carmine #94101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 76.68%
G = 8.29%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94101D (or 0x94101D) is known color: Carmine. HEX triplet: 94, 10 and 1D. RGB value is (148,16,29). Sum of RGB (Red+Green+Blue) = 148+16+29=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94101D is #6BEFE2. Grayscale: #393939. Windows color (decimal): -7073763 or 1904788. OLE color: 1904788.

HSL color Cylindrical-coordinate representation of color #94101D: hue angle of 354.09º 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 #94101D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 16 29 -
CMYK 0 0.89 0.80 0.42
HSL 354.09º 0.8% 0.32% -
HSV(B) 354.09º 0.89% 0.58% -
XYZ 12.62 6.76 1.8 -
YUV 56.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 148 16 29 0 0.89 0.80 0.42 354.09 0.8 0.32
Hex 94 10 1D 0 59 50 2A 162 50 20
Octal 224 20 35 0 131 120 52 542 120 40
Binary 10010100 10000 11101 0 1011001 1010000 101010 101100010 1010000 100000

Color Harmonies of #94101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94101D

Black with #94101D

Text Example


Text Example

White with #94101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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