Html Css Color HEX #950F20 Carmine

📋 copy color: '#950F20'

red 149 ◦ green 15 ◦ blue 32

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

Shades of Carmine #950F20

Tints of Carmine #950F20

RGB

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

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

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

R = 76.02%
G = 7.65%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#950F20 (or 0x950F20) is known color: Carmine. HEX triplet: 95, 0F and 20. RGB value is (149,15,32). Sum of RGB (Red+Green+Blue) = 149+15+32=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #950F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F20 is #6AF0DF. Grayscale: #393939. Windows color (decimal): -7008480 or 2101141. OLE color: 2101141.

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

Color convert

RGB 149 15 32 -
CMYK 0 0.90 0.79 0.42
HSL 352.39º 0.82% 0.32% -
HSV(B) 352.39º 0.9% 0.58% -
XYZ 12.83 6.84 2.01 -
YUV 57 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 149 15 32 0 0.90 0.79 0.42 352.39 0.82 0.32
Hex 95 F 20 0 5A 4F 2A 160 52 20
Octal 225 17 40 0 132 117 52 540 122 40
Binary 10010101 1111 100000 0 1011010 1001111 101010 101100000 1010010 100000

Color Harmonies of #950F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F20

Black with #950F20

Text Example


Text Example

White with #950F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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