Html Css Color HEX #950C1D Carmine

📋 copy color: '#950C1D'

red 149 ◦ green 12 ◦ blue 29

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

Shades of Carmine #950C1D

Tints of Carmine #950C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 78.42%
G = 6.32%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#950C1D (or 0x950C1D) is known color: Carmine. HEX triplet: 95, 0C and 1D. RGB value is (149,12,29). Sum of RGB (Red+Green+Blue) = 149+12+29=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C1D is #6AF3E2. Grayscale: #363636. Windows color (decimal): -7009251 or 1903765. OLE color: 1903765.

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

Color convert

RGB 149 12 29 -
CMYK 0 0.92 0.81 0.42
HSL 352.55º 0.85% 0.32% -
HSV(B) 352.55º 0.92% 0.58% -
XYZ 12.75 6.74 1.79 -
YUV 54.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 149 12 29 0 0.92 0.81 0.42 352.55 0.85 0.32
Hex 95 C 1D 0 5C 51 2A 161 55 20
Octal 225 14 35 0 134 121 52 541 125 40
Binary 10010101 1100 11101 0 1011100 1010001 101010 101100001 1010101 100000

Color Harmonies of #950C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C1D

Black with #950C1D

Text Example


Text Example

White with #950C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,12,29); }

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

background-color css

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

 a { background-color: rgb(149,12,29); }

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

border-color css

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

 span { border-color: rgb(149,12,29); }

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