Html Css Color HEX #950B14 Carmine

📋 copy color: '#950B14'

red 149 ◦ green 11 ◦ blue 20

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

Shades of Carmine #950B14

Tints of Carmine #950B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.11%

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

R = 82.78%
G = 6.11%
B = 11.11%

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

#950B14 (or 0x950B14) is known color: Carmine. HEX triplet: 95, 0B and 14. RGB value is (149,11,20). Sum of RGB (Red+Green+Blue) = 149+11+20=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #950B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950B14 is #6AF4EB. Grayscale: #353535. Windows color (decimal): -7009516 or 1313685. OLE color: 1313685.

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

Color convert

RGB 149 11 20 -
CMYK 0 0.93 0.87 0.42
HSL 356.09º 0.86% 0.31% -
HSV(B) 356.09º 0.93% 0.58% -
XYZ 12.64 6.68 1.28 -
YUV 53.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 149 11 20 0 0.93 0.87 0.42 356.09 0.86 0.31
Hex 95 B 14 0 5D 57 2A 164 56 1F
Octal 225 13 24 0 135 127 52 544 126 37
Binary 10010101 1011 10100 0 1011101 1010111 101010 101100100 1010110 11111

Color Harmonies of #950B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B14

Black with #950B14

Text Example


Text Example

White with #950B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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