Html Css Color HEX #950926 Carmine

📋 copy color: '#950926'

red 149 ◦ green 9 ◦ blue 38

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

Shades of Carmine #950926

Tints of Carmine #950926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 38 (15.23% from 255) = 19.39%

R = 76.02%
G = 4.59%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950926 (or 0x950926) is known color: Carmine. HEX triplet: 95, 09 and 26. RGB value is (149,9,38). Sum of RGB (Red+Green+Blue) = 149+9+38=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #950926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950926 is #6AF6D9. Grayscale: #363636. Windows color (decimal): -7010010 or 2492821. OLE color: 2492821.

HSL color Cylindrical-coordinate representation of color #950926: hue angle of 347.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950926 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 38 -
CMYK 0 0.94 0.74 0.42
HSL 347.57º 0.89% 0.31% -
HSV(B) 347.57º 0.94% 0.58% -
XYZ 12.84 6.72 2.45 -
YUV 54.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 149 9 38 0 0.94 0.74 0.42 347.57 0.89 0.31
Hex 95 9 26 0 5E 4A 2A 15C 59 1F
Octal 225 11 46 0 136 112 52 534 131 37
Binary 10010101 1001 100110 0 1011110 1001010 101010 101011100 1011001 11111

Color Harmonies of #950926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950926

Black with #950926

Text Example


Text Example

White with #950926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950926; }

 p { color: rgb(149,9,38); }

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

background-color css

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

 a { background-color: rgb(149,9,38); }

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

border-color css

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

 span { border-color: rgb(149,9,38); }

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