Html Css Color HEX #94091C Carmine

📋 copy color: '#94091C'

red 148 ◦ green 9 ◦ blue 28

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

Shades of Carmine #94091C

Tints of Carmine #94091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 80%
G = 4.86%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94091C (or 0x94091C) is known color: Carmine. HEX triplet: 94, 09 and 1C. RGB value is (148,9,28). Sum of RGB (Red+Green+Blue) = 148+9+28=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #94091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94091C is #6BF6E3. Grayscale: #343434. Windows color (decimal): -7075556 or 1837460. OLE color: 1837460.

HSL color Cylindrical-coordinate representation of color #94091C: hue angle of 351.8º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94091C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 28 -
CMYK 0 0.94 0.81 0.42
HSL 351.8º 0.89% 0.31% -
HSV(B) 351.8º 0.94% 0.58% -
XYZ 12.52 6.58 1.71 -
YUV 52.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 148 9 28 0 0.94 0.81 0.42 351.8 0.89 0.31
Hex 94 9 1C 0 5E 51 2A 160 59 1F
Octal 224 11 34 0 136 121 52 540 131 37
Binary 10010100 1001 11100 0 1011110 1010001 101010 101100000 1011001 11111

Color Harmonies of #94091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94091C

Black with #94091C

Text Example


Text Example

White with #94091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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