Html Css Color HEX #940320 Carmine

📋 copy color: '#940320'

red 148 ◦ green 3 ◦ blue 32

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

Shades of Carmine #940320

Tints of Carmine #940320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 80.87%
G = 1.64%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940320 (or 0x940320) is known color: Carmine. HEX triplet: 94, 03 and 20. RGB value is (148,3,32). Sum of RGB (Red+Green+Blue) = 148+3+32=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #940320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940320 is #6BFCDF. Grayscale: #313131. Windows color (decimal): -7077088 or 2098068. OLE color: 2098068.

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

Color convert

RGB 148 3 32 -
CMYK 0 0.98 0.78 0.42
HSL 348º 0.96% 0.3% -
HSV(B) 348º 0.98% 0.58% -
XYZ 12.51 6.47 1.96 -
YUV 49.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 148 3 32 0 0.98 0.78 0.42 348 0.96 0.3
Hex 94 3 20 0 62 4E 2A 15C 60 1E
Octal 224 3 40 0 142 116 52 534 140 36
Binary 10010100 11 100000 0 1100010 1001110 101010 101011100 1100000 11110

Color Harmonies of #940320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940320

Black with #940320

Text Example


Text Example

White with #940320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940320; }

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

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

background-color css

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

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

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

border-color css

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

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

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