Html Css Color HEX #950E2D Carmine

📋 copy color: '#950E2D'

red 149 ◦ green 14 ◦ blue 45

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

Shades of Carmine #950E2D

Tints of Carmine #950E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 71.63%
G = 6.73%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#950E2D (or 0x950E2D) is known color: Carmine. HEX triplet: 95, 0E and 2D. RGB value is (149,14,45). Sum of RGB (Red+Green+Blue) = 149+14+45=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #950E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E2D is #6AF1D2. Grayscale: #393939. Windows color (decimal): -7008723 or 2952853. OLE color: 2952853.

HSL color Cylindrical-coordinate representation of color #950E2D: hue angle of 346.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E2D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 45 -
CMYK 0 0.91 0.70 0.42
HSL 346.22º 0.83% 0.32% -
HSV(B) 346.22º 0.91% 0.58% -
XYZ 13.03 6.89 3.13 -
YUV 57.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 149 14 45 0 0.91 0.70 0.42 346.22 0.83 0.32
Hex 95 E 2D 0 5B 46 2A 15A 53 20
Octal 225 16 55 0 133 106 52 532 123 40
Binary 10010101 1110 101101 0 1011011 1000110 101010 101011010 1010011 100000

Color Harmonies of #950E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E2D

Black with #950E2D

Text Example


Text Example

White with #950E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E2D; }

 p { color: rgb(149,14,45); }

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

background-color css

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

 a { background-color: rgb(149,14,45); }

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

border-color css

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

 span { border-color: rgb(149,14,45); }

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