Html Css Color HEX #950B20 Carmine

📋 copy color: '#950B20'

red 149 ◦ green 11 ◦ blue 32

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

Shades of Carmine #950B20

Tints of Carmine #950B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.67%

R = 77.6%
G = 5.73%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#950B20 (or 0x950B20) is known color: Carmine. HEX triplet: 95, 0B and 20. RGB value is (149,11,32). Sum of RGB (Red+Green+Blue) = 149+11+32=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #950B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B20 is #6AF4DF. Grayscale: #363636. Windows color (decimal): -7009504 or 2100117. OLE color: 2100117.

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

Color convert

RGB 149 11 32 -
CMYK 0 0.93 0.79 0.42
HSL 350.87º 0.86% 0.31% -
HSV(B) 350.87º 0.93% 0.58% -
XYZ 12.77 6.73 1.99 -
YUV 54.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 149 11 32 0 0.93 0.79 0.42 350.87 0.86 0.31
Hex 95 B 20 0 5D 4F 2A 15F 56 1F
Octal 225 13 40 0 135 117 52 537 126 37
Binary 10010101 1011 100000 0 1011101 1001111 101010 101011111 1010110 11111

Color Harmonies of #950B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B20

Black with #950B20

Text Example


Text Example

White with #950B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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