Html Css Color HEX #950A1D Carmine

📋 copy color: '#950A1D'

red 149 ◦ green 10 ◦ blue 29

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

Shades of Carmine #950A1D

Tints of Carmine #950A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 79.26%
G = 5.32%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#950A1D (or 0x950A1D) is known color: Carmine. HEX triplet: 95, 0A and 1D. RGB value is (149,10,29). Sum of RGB (Red+Green+Blue) = 149+10+29=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A1D is #6AF5E2. Grayscale: #353535. Windows color (decimal): -7009763 or 1903253. OLE color: 1903253.

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

Color convert

RGB 149 10 29 -
CMYK 0 0.93 0.81 0.42
HSL 351.8º 0.87% 0.31% -
HSV(B) 351.8º 0.93% 0.58% -
XYZ 12.72 6.7 1.78 -
YUV 53.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 149 10 29 0 0.93 0.81 0.42 351.8 0.87 0.31
Hex 95 A 1D 0 5D 51 2A 160 57 1F
Octal 225 12 35 0 135 121 52 540 127 37
Binary 10010101 1010 11101 0 1011101 1010001 101010 101100000 1010111 11111

Color Harmonies of #950A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A1D

Black with #950A1D

Text Example


Text Example

White with #950A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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