Html Css Color HEX #950A1F Carmine

📋 copy color: '#950A1F'

red 149 ◦ green 10 ◦ blue 31

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

Shades of Carmine #950A1F

Tints of Carmine #950A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

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

R = 78.42%
G = 5.26%
B = 16.32%

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

#950A1F (or 0x950A1F) is known color: Carmine. HEX triplet: 95, 0A and 1F. RGB value is (149,10,31). Sum of RGB (Red+Green+Blue) = 149+10+31=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A1F is #6AF5E0. Grayscale: #363636. Windows color (decimal): -7009761 or 2034325. OLE color: 2034325.

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

Color convert

RGB 149 10 31 -
CMYK 0 0.93 0.79 0.42
HSL 350.94º 0.87% 0.31% -
HSV(B) 350.94º 0.93% 0.58% -
XYZ 12.75 6.71 1.92 -
YUV 53.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 149 10 31 0 0.93 0.79 0.42 350.94 0.87 0.31
Hex 95 A 1F 0 5D 4F 2A 15F 57 1F
Octal 225 12 37 0 135 117 52 537 127 37
Binary 10010101 1010 11111 0 1011101 1001111 101010 101011111 1010111 11111

Color Harmonies of #950A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A1F

Black with #950A1F

Text Example


Text Example

White with #950A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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