Html Css Color HEX #94041C Carmine

📋 copy color: '#94041C'

red 148 ◦ green 4 ◦ blue 28

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

Shades of Carmine #94041C

Tints of Carmine #94041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 82.22%
G = 2.22%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94041C (or 0x94041C) is known color: Carmine. HEX triplet: 94, 04 and 1C. RGB value is (148,4,28). Sum of RGB (Red+Green+Blue) = 148+4+28=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94041C is #6BFBE3. Grayscale: #313131. Windows color (decimal): -7076836 or 1836180. OLE color: 1836180.

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

Color convert

RGB 148 4 28 -
CMYK 0 0.97 0.81 0.42
HSL 350º 0.95% 0.3% -
HSV(B) 350º 0.97% 0.58% -
XYZ 12.47 6.47 1.69 -
YUV 49.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 148 4 28 0 0.97 0.81 0.42 350 0.95 0.3
Hex 94 4 1C 0 61 51 2A 15E 5F 1E
Octal 224 4 34 0 141 121 52 536 137 36
Binary 10010100 100 11100 0 1100001 1010001 101010 101011110 1011111 11110

Color Harmonies of #94041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94041C

Black with #94041C

Text Example


Text Example

White with #94041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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