Html Css Color HEX #950011 Carmine

📋 copy color: '#950011'

red 149 ◦ green 0 ◦ blue 17

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

Shades of Carmine #950011

Tints of Carmine #950011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 89.76%
G = 0%
B = 10.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#950011 (or 0x950011) is known color: Carmine. HEX triplet: 95, 00 and 11. RGB value is (149,0,17). Sum of RGB (Red+Green+Blue) = 149+0+17=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #950011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950011 is #6AFFEE. Grayscale: #2E2E2E. Windows color (decimal): -7012335 or 1114261. OLE color: 1114261.

HSL color Cylindrical-coordinate representation of color #950011: hue angle of 353.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 17 -
CMYK 0 1 0.89 0.42
HSL 353.15º 1% 0.29% -
HSV(B) 353.15º 1% 0.58% -
XYZ 12.5 6.43 1.11 -
YUV 46.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 149 0 17 0 1 0.89 0.42 353.15 1 0.29
Hex 95 0 11 0 64 59 2A 161 64 1D
Octal 225 0 21 0 144 131 52 541 144 35
Binary 10010101 0 10001 0 1100100 1011001 101010 101100001 1100100 11101

Color Harmonies of #950011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950011

Black with #950011

Text Example


Text Example

White with #950011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950011; }

 p { color: rgb(149,0,17); }

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

background-color css

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

 a { background-color: rgb(149,0,17); }

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

border-color css

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

 span { border-color: rgb(149,0,17); }

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