Html Css Color HEX #930422 Carmine

📋 copy color: '#930422'

red 147 ◦ green 4 ◦ blue 34

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

Shades of Carmine #930422

Tints of Carmine #930422

RGB

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

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

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

R = 79.46%
G = 2.16%
B = 18.38%

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

#930422 (or 0x930422) is known color: Carmine. HEX triplet: 93, 04 and 22. RGB value is (147,4,34). Sum of RGB (Red+Green+Blue) = 147+4+34=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #930422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930422 is #6CFBDD. Grayscale: #323232. Windows color (decimal): -7142366 or 2229395. OLE color: 2229395.

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

Color convert

RGB 147 4 34 -
CMYK 0 0.97 0.77 0.42
HSL 347.41º 0.95% 0.3% -
HSV(B) 347.41º 0.97% 0.58% -
XYZ 12.36 6.41 2.1 -
YUV 50.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 147 4 34 0 0.97 0.77 0.42 347.41 0.95 0.3
Hex 93 4 22 0 61 4D 2A 15B 5F 1E
Octal 223 4 42 0 141 115 52 533 137 36
Binary 10010011 100 100010 0 1100001 1001101 101010 101011011 1011111 11110

Color Harmonies of #930422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930422

Black with #930422

Text Example


Text Example

White with #930422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930422; }

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

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

background-color css

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

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

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

border-color css

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

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

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