Html Css Color HEX #950F21 Carmine

📋 copy color: '#950F21'

red 149 ◦ green 15 ◦ blue 33

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

Shades of Carmine #950F21

Tints of Carmine #950F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.61%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 75.63%
G = 7.61%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#950F21 (or 0x950F21) is known color: Carmine. HEX triplet: 95, 0F and 21. RGB value is (149,15,33). Sum of RGB (Red+Green+Blue) = 149+15+33=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #950F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F21 is #6AF0DE. Grayscale: #393939. Windows color (decimal): -7008479 or 2166677. OLE color: 2166677.

HSL color Cylindrical-coordinate representation of color #950F21: hue angle of 351.94º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F21 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 33 -
CMYK 0 0.90 0.78 0.42
HSL 351.94º 0.82% 0.32% -
HSV(B) 351.94º 0.9% 0.58% -
XYZ 12.84 6.84 2.08 -
YUV 57.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 149 15 33 0 0.90 0.78 0.42 351.94 0.82 0.32
Hex 95 F 21 0 5A 4E 2A 160 52 20
Octal 225 17 41 0 132 116 52 540 122 40
Binary 10010101 1111 100001 0 1011010 1001110 101010 101100000 1010010 100000

Color Harmonies of #950F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F21

Black with #950F21

Text Example


Text Example

White with #950F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,15,33); }

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

background-color css

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

 a { background-color: rgb(149,15,33); }

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

border-color css

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

 span { border-color: rgb(149,15,33); }

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