Html Css Color HEX #940323 Carmine

📋 copy color: '#940323'

red 148 ◦ green 3 ◦ blue 35

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

Shades of Carmine #940323

Tints of Carmine #940323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 79.57%
G = 1.61%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#940323 (or 0x940323) is known color: Carmine. HEX triplet: 94, 03 and 23. RGB value is (148,3,35). Sum of RGB (Red+Green+Blue) = 148+3+35=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #940323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940323 is #6BFCDC. Grayscale: #323232. Windows color (decimal): -7077085 or 2294676. OLE color: 2294676.

HSL color Cylindrical-coordinate representation of color #940323: hue angle of 346.76º 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 #940323 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 35 -
CMYK 0 0.98 0.76 0.42
HSL 346.76º 0.96% 0.3% -
HSV(B) 346.76º 0.98% 0.58% -
XYZ 12.55 6.48 2.18 -
YUV 50 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 148 3 35 0 0.98 0.76 0.42 346.76 0.96 0.3
Hex 94 3 23 0 62 4C 2A 15B 60 1E
Octal 224 3 43 0 142 114 52 533 140 36
Binary 10010100 11 100011 0 1100010 1001100 101010 101011011 1100000 11110

Color Harmonies of #940323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940323

Black with #940323

Text Example


Text Example

White with #940323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940323; }

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

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

background-color css

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

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

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

border-color css

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

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

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