Html Css Color HEX #950F1F Carmine

📋 copy color: '#950F1F'

red 149 ◦ green 15 ◦ blue 31

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

Shades of Carmine #950F1F

Tints of Carmine #950F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 76.41%
G = 7.69%
B = 15.9%

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

#950F1F (or 0x950F1F) is known color: Carmine. HEX triplet: 95, 0F and 1F. RGB value is (149,15,31). Sum of RGB (Red+Green+Blue) = 149+15+31=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #950F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F1F is #6AF0E0. Grayscale: #383838. Windows color (decimal): -7008481 or 2035605. OLE color: 2035605.

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

Color convert

RGB 149 15 31 -
CMYK 0 0.90 0.79 0.42
HSL 352.84º 0.82% 0.32% -
HSV(B) 352.84º 0.9% 0.58% -
XYZ 12.81 6.83 1.94 -
YUV 56.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 149 15 31 0 0.90 0.79 0.42 352.84 0.82 0.32
Hex 95 F 1F 0 5A 4F 2A 161 52 20
Octal 225 17 37 0 132 117 52 541 122 40
Binary 10010101 1111 11111 0 1011010 1001111 101010 101100001 1010010 100000

Color Harmonies of #950F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F1F

Black with #950F1F

Text Example


Text Example

White with #950F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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