Html Css Color HEX #950518 Carmine

📋 copy color: '#950518'

red 149 ◦ green 5 ◦ blue 24

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

Shades of Carmine #950518

Tints of Carmine #950518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 83.71%
G = 2.81%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#950518 (or 0x950518) is known color: Carmine. HEX triplet: 95, 05 and 18. RGB value is (149,5,24). Sum of RGB (Red+Green+Blue) = 149+5+24=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #950518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950518 is #6AFAE7. Grayscale: #323232. Windows color (decimal): -7011048 or 1574293. OLE color: 1574293.

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

Color convert

RGB 149 5 24 -
CMYK 0 0.97 0.84 0.42
HSL 352.08º 0.94% 0.3% -
HSV(B) 352.08º 0.97% 0.58% -
XYZ 12.61 6.56 1.47 -
YUV 50.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 149 5 24 0 0.97 0.84 0.42 352.08 0.94 0.3
Hex 95 5 18 0 61 54 2A 160 5E 1E
Octal 225 5 30 0 141 124 52 540 136 36
Binary 10010101 101 11000 0 1100001 1010100 101010 101100000 1011110 11110

Color Harmonies of #950518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950518

Black with #950518

Text Example


Text Example

White with #950518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950518; }

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

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

background-color css

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

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

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

border-color css

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

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

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