Html Css Color HEX #94051D Carmine

📋 copy color: '#94051D'

red 148 ◦ green 5 ◦ blue 29

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

Shades of Carmine #94051D

Tints of Carmine #94051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 81.32%
G = 2.75%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94051D (or 0x94051D) is known color: Carmine. HEX triplet: 94, 05 and 1D. RGB value is (148,5,29). Sum of RGB (Red+Green+Blue) = 148+5+29=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #94051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94051D is #6BFAE2. Grayscale: #323232. Windows color (decimal): -7076579 or 1901972. OLE color: 1901972.

HSL color Cylindrical-coordinate representation of color #94051D: hue angle of 349.93º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94051D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 29 -
CMYK 0 0.97 0.80 0.42
HSL 349.93º 0.93% 0.3% -
HSV(B) 349.93º 0.97% 0.58% -
XYZ 12.49 6.49 1.76 -
YUV 50.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 148 5 29 0 0.97 0.80 0.42 349.93 0.93 0.3
Hex 94 5 1D 0 61 50 2A 15E 5D 1E
Octal 224 5 35 0 141 120 52 536 135 36
Binary 10010100 101 11101 0 1100001 1010000 101010 101011110 1011101 11110

Color Harmonies of #94051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94051D

Black with #94051D

Text Example


Text Example

White with #94051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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