Html Css Color HEX #950F2D Carmine

📋 copy color: '#950F2D'

red 149 ◦ green 15 ◦ blue 45

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

Shades of Carmine #950F2D

Tints of Carmine #950F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

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

R = 71.29%
G = 7.18%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#950F2D (or 0x950F2D) is known color: Carmine. HEX triplet: 95, 0F and 2D. RGB value is (149,15,45). Sum of RGB (Red+Green+Blue) = 149+15+45=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #950F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F2D is #6AF0D2. Grayscale: #3A3A3A. Windows color (decimal): -7008467 or 2953109. OLE color: 2953109.

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

Color convert

RGB 149 15 45 -
CMYK 0 0.90 0.70 0.42
HSL 346.57º 0.82% 0.32% -
HSV(B) 346.57º 0.9% 0.58% -
XYZ 13.04 6.92 3.13 -
YUV 58.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 149 15 45 0 0.90 0.70 0.42 346.57 0.82 0.32
Hex 95 F 2D 0 5A 46 2A 15B 52 20
Octal 225 17 55 0 132 106 52 533 122 40
Binary 10010101 1111 101101 0 1011010 1000110 101010 101011011 1010010 100000

Color Harmonies of #950F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F2D

Black with #950F2D

Text Example


Text Example

White with #950F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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