Html Css Color HEX #940325 Carmine

📋 copy color: '#940325'

red 148 ◦ green 3 ◦ blue 37

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

Shades of Carmine #940325

Tints of Carmine #940325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 37 (14.84% from 255) = 19.68%

R = 78.72%
G = 1.6%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#940325 (or 0x940325) is known color: Carmine. HEX triplet: 94, 03 and 25. RGB value is (148,3,37). Sum of RGB (Red+Green+Blue) = 148+3+37=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #940325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940325 is #6BFCDA. Grayscale: #323232. Windows color (decimal): -7077083 or 2425748. OLE color: 2425748.

HSL color Cylindrical-coordinate representation of color #940325: hue angle of 345.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940325 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 37 -
CMYK 0 0.98 0.75 0.42
HSL 345.93º 0.96% 0.3% -
HSV(B) 345.93º 0.98% 0.58% -
XYZ 12.58 6.49 2.34 -
YUV 50.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 148 3 37 0 0.98 0.75 0.42 345.93 0.96 0.3
Hex 94 3 25 0 62 4B 2A 15A 60 1E
Octal 224 3 45 0 142 113 52 532 140 36
Binary 10010100 11 100101 0 1100010 1001011 101010 101011010 1100000 11110

Color Harmonies of #940325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940325

Black with #940325

Text Example


Text Example

White with #940325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940325; }

 p { color: rgb(148,3,37); }

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

background-color css

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

 a { background-color: rgb(148,3,37); }

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

border-color css

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

 span { border-color: rgb(148,3,37); }

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