Html Css Color HEX #940423 Carmine

📋 copy color: '#940423'

red 148 ◦ green 4 ◦ blue 35

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

Shades of Carmine #940423

Tints of Carmine #940423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 79.14%
G = 2.14%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#940423 (or 0x940423) is known color: Carmine. HEX triplet: 94, 04 and 23. RGB value is (148,4,35). Sum of RGB (Red+Green+Blue) = 148+4+35=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #940423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940423 is #6BFBDC. Grayscale: #323232. Windows color (decimal): -7076829 or 2294932. OLE color: 2294932.

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

Color convert

RGB 148 4 35 -
CMYK 0 0.97 0.76 0.42
HSL 347.08º 0.95% 0.3% -
HSV(B) 347.08º 0.97% 0.58% -
XYZ 12.56 6.5 2.18 -
YUV 50.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 148 4 35 0 0.97 0.76 0.42 347.08 0.95 0.3
Hex 94 4 23 0 61 4C 2A 15B 5F 1E
Octal 224 4 43 0 141 114 52 533 137 36
Binary 10010100 100 100011 0 1100001 1001100 101010 101011011 1011111 11110

Color Harmonies of #940423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940423

Black with #940423

Text Example


Text Example

White with #940423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940423; }

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

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

background-color css

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

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

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

border-color css

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

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

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