Html Css Color HEX #950A14 Carmine

📋 copy color: '#950A14'

red 149 ◦ green 10 ◦ blue 20

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

Shades of Carmine #950A14

Tints of Carmine #950A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 83.24%
G = 5.59%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950A14 (or 0x950A14) is known color: Carmine. HEX triplet: 95, 0A and 14. RGB value is (149,10,20). Sum of RGB (Red+Green+Blue) = 149+10+20=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #950A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A14 is #6AF5EB. Grayscale: #343434. Windows color (decimal): -7009772 or 1313429. OLE color: 1313429.

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

Color convert

RGB 149 10 20 -
CMYK 0 0.93 0.87 0.42
HSL 355.68º 0.87% 0.31% -
HSV(B) 355.68º 0.93% 0.58% -
XYZ 12.63 6.66 1.28 -
YUV 52.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 149 10 20 0 0.93 0.87 0.42 355.68 0.87 0.31
Hex 95 A 14 0 5D 57 2A 164 57 1F
Octal 225 12 24 0 135 127 52 544 127 37
Binary 10010101 1010 10100 0 1011101 1010111 101010 101100100 1010111 11111

Color Harmonies of #950A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A14

Black with #950A14

Text Example


Text Example

White with #950A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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