Html Css Color HEX #950A2C Carmine

📋 copy color: '#950A2C'

red 149 ◦ green 10 ◦ blue 44

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

Shades of Carmine #950A2C

Tints of Carmine #950A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 73.4%
G = 4.93%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#950A2C (or 0x950A2C) is known color: Carmine. HEX triplet: 95, 0A and 2C. RGB value is (149,10,44). Sum of RGB (Red+Green+Blue) = 149+10+44=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #950A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A2C is #6AF5D3. Grayscale: #373737. Windows color (decimal): -7009748 or 2886293. OLE color: 2886293.

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

Color convert

RGB 149 10 44 -
CMYK 0 0.93 0.70 0.42
HSL 345.32º 0.87% 0.31% -
HSV(B) 345.32º 0.93% 0.58% -
XYZ 12.96 6.79 3.01 -
YUV 55.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 149 10 44 0 0.93 0.70 0.42 345.32 0.87 0.31
Hex 95 A 2C 0 5D 46 2A 159 57 1F
Octal 225 12 54 0 135 106 52 531 127 37
Binary 10010101 1010 101100 0 1011101 1000110 101010 101011001 1010111 11111

Color Harmonies of #950A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A2C

Black with #950A2C

Text Example


Text Example

White with #950A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,10,44); }

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

background-color css

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

 a { background-color: rgb(149,10,44); }

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

border-color css

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

 span { border-color: rgb(149,10,44); }

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