Html Css Color HEX #94052C Carmine

📋 copy color: '#94052C'

red 148 ◦ green 5 ◦ blue 44

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

Shades of Carmine #94052C

Tints of Carmine #94052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 75.13%
G = 2.54%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94052C (or 0x94052C) is known color: Carmine. HEX triplet: 94, 05 and 2C. RGB value is (148,5,44). Sum of RGB (Red+Green+Blue) = 148+5+44=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94052C is #6BFAD3. Grayscale: #343434. Windows color (decimal): -7076564 or 2885012. OLE color: 2885012.

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

Color convert

RGB 148 5 44 -
CMYK 0 0.97 0.70 0.42
HSL 343.64º 0.93% 0.3% -
HSV(B) 343.64º 0.97% 0.58% -
XYZ 12.72 6.59 2.98 -
YUV 52.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 148 5 44 0 0.97 0.70 0.42 343.64 0.93 0.3
Hex 94 5 2C 0 61 46 2A 158 5D 1E
Octal 224 5 54 0 141 106 52 530 135 36
Binary 10010100 101 101100 0 1100001 1000110 101010 101011000 1011101 11110

Color Harmonies of #94052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94052C

Black with #94052C

Text Example


Text Example

White with #94052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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