Html Css Color HEX #950C1C Carmine

📋 copy color: '#950C1C'

red 149 ◦ green 12 ◦ blue 28

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

Shades of Carmine #950C1C

Tints of Carmine #950C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 78.84%
G = 6.35%
B = 14.81%

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

#950C1C (or 0x950C1C) is known color: Carmine. HEX triplet: 95, 0C and 1C. RGB value is (149,12,28). Sum of RGB (Red+Green+Blue) = 149+12+28=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #950C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C1C is #6AF3E3. Grayscale: #363636. Windows color (decimal): -7009252 or 1838229. OLE color: 1838229.

HSL color Cylindrical-coordinate representation of color #950C1C: hue angle of 352.99º 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 #950C1C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 12 28 -
CMYK 0 0.92 0.81 0.42
HSL 352.99º 0.85% 0.32% -
HSV(B) 352.99º 0.92% 0.58% -
XYZ 12.74 6.74 1.73 -
YUV 54.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 149 12 28 0 0.92 0.81 0.42 352.99 0.85 0.32
Hex 95 C 1C 0 5C 51 2A 161 55 20
Octal 225 14 34 0 134 121 52 541 125 40
Binary 10010101 1100 11100 0 1011100 1010001 101010 101100001 1010101 100000

Color Harmonies of #950C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C1C

Black with #950C1C

Text Example


Text Example

White with #950C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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