Html Css Color HEX #940122 Carmine

📋 copy color: '#940122'

red 148 ◦ green 1 ◦ blue 34

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

Shades of Carmine #940122

Tints of Carmine #940122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 80.87%
G = 0.55%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#940122 (or 0x940122) is known color: Carmine. HEX triplet: 94, 01 and 22. RGB value is (148,1,34). Sum of RGB (Red+Green+Blue) = 148+1+34=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #940122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940122 is #6BFEDD. Grayscale: #303030. Windows color (decimal): -7077598 or 2228628. OLE color: 2228628.

HSL color Cylindrical-coordinate representation of color #940122: hue angle of 346.53º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940122 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 34 -
CMYK 0 0.99 0.77 0.42
HSL 346.53º 0.99% 0.29% -
HSV(B) 346.53º 0.99% 0.58% -
XYZ 12.51 6.43 2.1 -
YUV 48.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 148 1 34 0 0.99 0.77 0.42 346.53 0.99 0.29
Hex 94 1 22 0 63 4D 2A 15B 63 1D
Octal 224 1 42 0 143 115 52 533 143 35
Binary 10010100 1 100010 0 1100011 1001101 101010 101011011 1100011 11101

Color Harmonies of #940122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940122

Black with #940122

Text Example


Text Example

White with #940122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940122; }

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

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

background-color css

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

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

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

border-color css

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

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

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