Html Css Color HEX #950112 Carmine

📋 copy color: '#950112'

red 149 ◦ green 1 ◦ blue 18

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

Shades of Carmine #950112

Tints of Carmine #950112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 88.69%
G = 0.6%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#950112 (or 0x950112) is known color: Carmine. HEX triplet: 95, 01 and 12. RGB value is (149,1,18). Sum of RGB (Red+Green+Blue) = 149+1+18=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #950112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950112 is #6AFEED. Grayscale: #2F2F2F. Windows color (decimal): -7012078 or 1180053. OLE color: 1180053.

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

Color convert

RGB 149 1 18 -
CMYK 0 0.99 0.88 0.42
HSL 353.11º 0.99% 0.29% -
HSV(B) 353.11º 0.99% 0.58% -
XYZ 12.51 6.45 1.16 -
YUV 47.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 149 1 18 0 0.99 0.88 0.42 353.11 0.99 0.29
Hex 95 1 12 0 63 58 2A 161 63 1D
Octal 225 1 22 0 143 130 52 541 143 35
Binary 10010101 1 10010 0 1100011 1011000 101010 101100001 1100011 11101

Color Harmonies of #950112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950112

Black with #950112

Text Example


Text Example

White with #950112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950112; }

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

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

background-color css

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

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

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

border-color css

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

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

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