Html Css Color HEX #950A15 Carmine

📋 copy color: '#950A15'

red 149 ◦ green 10 ◦ blue 21

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

Shades of Carmine #950A15

Tints of Carmine #950A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 82.78%
G = 5.56%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#950A15 (or 0x950A15) is known color: Carmine. HEX triplet: 95, 0A and 15. RGB value is (149,10,21). Sum of RGB (Red+Green+Blue) = 149+10+21=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #950A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A15 is #6AF5EA. Grayscale: #343434. Windows color (decimal): -7009771 or 1378965. OLE color: 1378965.

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

Color convert

RGB 149 10 21 -
CMYK 0 0.93 0.86 0.42
HSL 355.25º 0.87% 0.31% -
HSV(B) 355.25º 0.93% 0.58% -
XYZ 12.64 6.66 1.33 -
YUV 52.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 149 10 21 0 0.93 0.86 0.42 355.25 0.87 0.31
Hex 95 A 15 0 5D 56 2A 163 57 1F
Octal 225 12 25 0 135 126 52 543 127 37
Binary 10010101 1010 10101 0 1011101 1010110 101010 101100011 1010111 11111

Color Harmonies of #950A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A15

Black with #950A15

Text Example


Text Example

White with #950A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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