Html Css Color HEX #930122 Carmine

📋 copy color: '#930122'

red 147 ◦ green 1 ◦ blue 34

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

Shades of Carmine #930122

Tints of Carmine #930122

RGB

 RED value IS 147 (57.81% from 255) = 80.77%

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

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

R = 80.77%
G = 0.55%
B = 18.68%

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

#930122 (or 0x930122) is known color: Carmine. HEX triplet: 93, 01 and 22. RGB value is (147,1,34). Sum of RGB (Red+Green+Blue) = 147+1+34=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #930122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930122 is #6CFEDD. Grayscale: #303030. Windows color (decimal): -7143134 or 2228627. OLE color: 2228627.

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

Color convert

RGB 147 1 34 -
CMYK 0 0.99 0.77 0.42
HSL 346.44º 0.99% 0.29% -
HSV(B) 346.44º 0.99% 0.58% -
XYZ 12.33 6.34 2.09 -
YUV 48.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 147 1 34 0 0.99 0.77 0.42 346.44 0.99 0.29
Hex 93 1 22 0 63 4D 2A 15A 63 1D
Octal 223 1 42 0 143 115 52 532 143 35
Binary 10010011 1 100010 0 1100011 1001101 101010 101011010 1100011 11101

Color Harmonies of #930122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930122

Black with #930122

Text Example


Text Example

White with #930122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930122; }

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

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

background-color css

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

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

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

border-color css

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

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

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