Html Css Color HEX #930128 Carmine

📋 copy color: '#930128'

red 147 ◦ green 1 ◦ blue 40

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

Shades of Carmine #930128

Tints of Carmine #930128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 78.19%
G = 0.53%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930128 (or 0x930128) is known color: Carmine. HEX triplet: 93, 01 and 28. RGB value is (147,1,40). Sum of RGB (Red+Green+Blue) = 147+1+40=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930128 is #6CFED7. Grayscale: #313131. Windows color (decimal): -7143128 or 2621843. OLE color: 2621843.

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

Color convert

RGB 147 1 40 -
CMYK 0 0.99 0.73 0.42
HSL 343.97º 0.99% 0.29% -
HSV(B) 343.97º 0.99% 0.58% -
XYZ 12.43 6.38 2.58 -
YUV 49.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 147 1 40 0 0.99 0.73 0.42 343.97 0.99 0.29
Hex 93 1 28 0 63 49 2A 158 63 1D
Octal 223 1 50 0 143 111 52 530 143 35
Binary 10010011 1 101000 0 1100011 1001001 101010 101011000 1100011 11101

Color Harmonies of #930128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930128

Black with #930128

Text Example


Text Example

White with #930128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930128; }

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

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

background-color css

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

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

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

border-color css

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

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

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