Html Css Color HEX #950B28 Carmine

📋 copy color: '#950B28'

red 149 ◦ green 11 ◦ blue 40

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

Shades of Carmine #950B28

Tints of Carmine #950B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20%

R = 74.5%
G = 5.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#950B28 (or 0x950B28) is known color: Carmine. HEX triplet: 95, 0B and 28. RGB value is (149,11,40). Sum of RGB (Red+Green+Blue) = 149+11+40=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #950B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B28 is #6AF4D7. Grayscale: #373737. Windows color (decimal): -7009496 or 2624405. OLE color: 2624405.

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

Color convert

RGB 149 11 40 -
CMYK 0 0.93 0.73 0.42
HSL 347.39º 0.86% 0.31% -
HSV(B) 347.39º 0.93% 0.58% -
XYZ 12.9 6.78 2.64 -
YUV 55.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 149 11 40 0 0.93 0.73 0.42 347.39 0.86 0.31
Hex 95 B 28 0 5D 49 2A 15B 56 1F
Octal 225 13 50 0 135 111 52 533 126 37
Binary 10010101 1011 101000 0 1011101 1001001 101010 101011011 1010110 11111

Color Harmonies of #950B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B28

Black with #950B28

Text Example


Text Example

White with #950B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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