Html Css Color HEX #940422 Carmine

📋 copy color: '#940422'

red 148 ◦ green 4 ◦ blue 34

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

Shades of Carmine #940422

Tints of Carmine #940422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 79.57%
G = 2.15%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#940422 (or 0x940422) is known color: Carmine. HEX triplet: 94, 04 and 22. RGB value is (148,4,34). Sum of RGB (Red+Green+Blue) = 148+4+34=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #940422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940422 is #6BFBDD. Grayscale: #323232. Windows color (decimal): -7076830 or 2229396. OLE color: 2229396.

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

Color convert

RGB 148 4 34 -
CMYK 0 0.97 0.77 0.42
HSL 347.5º 0.95% 0.3% -
HSV(B) 347.5º 0.97% 0.58% -
XYZ 12.54 6.5 2.11 -
YUV 50.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 148 4 34 0 0.97 0.77 0.42 347.5 0.95 0.3
Hex 94 4 22 0 61 4D 2A 15C 5F 1E
Octal 224 4 42 0 141 115 52 534 137 36
Binary 10010100 100 100010 0 1100001 1001101 101010 101011100 1011111 11110

Color Harmonies of #940422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940422

Black with #940422

Text Example


Text Example

White with #940422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940422; }

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

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

background-color css

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

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

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

border-color css

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

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

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