Html Css Color HEX #930118 Carmine

📋 copy color: '#930118'

red 147 ◦ green 1 ◦ blue 24

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

Shades of Carmine #930118

Tints of Carmine #930118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 85.47%
G = 0.58%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#930118 (or 0x930118) is known color: Carmine. HEX triplet: 93, 01 and 18. RGB value is (147,1,24). Sum of RGB (Red+Green+Blue) = 147+1+24=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930118 is #6CFEE7. Grayscale: #2F2F2F. Windows color (decimal): -7143144 or 1573267. OLE color: 1573267.

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

Color convert

RGB 147 1 24 -
CMYK 0 0.99 0.84 0.42
HSL 350.55º 0.99% 0.29% -
HSV(B) 350.55º 0.99% 0.58% -
XYZ 12.21 6.29 1.43 -
YUV 47.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 147 1 24 0 0.99 0.84 0.42 350.55 0.99 0.29
Hex 93 1 18 0 63 54 2A 15F 63 1D
Octal 223 1 30 0 143 124 52 537 143 35
Binary 10010011 1 11000 0 1100011 1010100 101010 101011111 1100011 11101

Color Harmonies of #930118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930118

Black with #930118

Text Example


Text Example

White with #930118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930118; }

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

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

background-color css

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

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

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

border-color css

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

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

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