Html Css Color HEX #930119 Carmine

📋 copy color: '#930119'

red 147 ◦ green 1 ◦ blue 25

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

Shades of Carmine #930119

Tints of Carmine #930119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 84.97%
G = 0.58%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#930119 (or 0x930119) is known color: Carmine. HEX triplet: 93, 01 and 19. RGB value is (147,1,25). Sum of RGB (Red+Green+Blue) = 147+1+25=173 (22% of max value = 765). Red value is 147 (57.81% from 255 or 84.97% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 147 - color contains mainly: red. Hex color #930119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930119 is #6CFEE6. Grayscale: #2F2F2F. Windows color (decimal): -7143143 or 1638803. OLE color: 1638803.

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

Color convert

RGB 147 1 25 -
CMYK 0 0.99 0.83 0.42
HSL 350.14º 0.99% 0.29% -
HSV(B) 350.14º 0.99% 0.58% -
XYZ 12.22 6.29 1.49 -
YUV 47.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 147 1 25 0 0.99 0.83 0.42 350.14 0.99 0.29
Hex 93 1 19 0 63 53 2A 15E 63 1D
Octal 223 1 31 0 143 123 52 536 143 35
Binary 10010011 1 11001 0 1100011 1010011 101010 101011110 1100011 11101

Color Harmonies of #930119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930119

Black with #930119

Text Example


Text Example

White with #930119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930119; }

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

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

background-color css

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

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

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

border-color css

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

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

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