Html Css Color HEX #950814 Carmine

📋 copy color: '#950814'

red 149 ◦ green 8 ◦ blue 20

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

Shades of Carmine #950814

Tints of Carmine #950814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 84.18%
G = 4.52%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950814 (or 0x950814) is known color: Carmine. HEX triplet: 95, 08 and 14. RGB value is (149,8,20). Sum of RGB (Red+Green+Blue) = 149+8+20=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #950814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950814 is #6AF7EB. Grayscale: #333333. Windows color (decimal): -7010284 or 1312917. OLE color: 1312917.

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

Color convert

RGB 149 8 20 -
CMYK 0 0.95 0.87 0.42
HSL 354.89º 0.9% 0.31% -
HSV(B) 354.89º 0.95% 0.58% -
XYZ 12.61 6.61 1.27 -
YUV 51.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 149 8 20 0 0.95 0.87 0.42 354.89 0.9 0.31
Hex 95 8 14 0 5F 57 2A 163 5A 1F
Octal 225 10 24 0 137 127 52 543 132 37
Binary 10010101 1000 10100 0 1011111 1010111 101010 101100011 1011010 11111

Color Harmonies of #950814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950814

Black with #950814

Text Example


Text Example

White with #950814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950814; }

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

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

background-color css

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

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

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

border-color css

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

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

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