Html Css Color HEX #950118 Carmine

📋 copy color: '#950118'

red 149 ◦ green 1 ◦ blue 24

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

Shades of Carmine #950118

Tints of Carmine #950118

RGB

 RED value IS 149 (58.59% from 255) = 85.63%

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

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

R = 85.63%
G = 0.57%
B = 13.79%

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

#950118 (or 0x950118) is known color: Carmine. HEX triplet: 95, 01 and 18. RGB value is (149,1,24). Sum of RGB (Red+Green+Blue) = 149+1+24=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950118 is #6AFEE7. Grayscale: #2F2F2F. Windows color (decimal): -7012072 or 1573269. OLE color: 1573269.

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

Color convert

RGB 149 1 24 -
CMYK 0 0.99 0.84 0.42
HSL 350.68º 0.99% 0.29% -
HSV(B) 350.68º 0.99% 0.58% -
XYZ 12.57 6.48 1.45 -
YUV 47.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 149 1 24 0 0.99 0.84 0.42 350.68 0.99 0.29
Hex 95 1 18 0 63 54 2A 15F 63 1D
Octal 225 1 30 0 143 124 52 537 143 35
Binary 10010101 1 11000 0 1100011 1010100 101010 101011111 1100011 11101

Color Harmonies of #950118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950118

Black with #950118

Text Example


Text Example

White with #950118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950118; }

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

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

background-color css

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

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

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

border-color css

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

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

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