Html Css Color HEX #950726 Carmine

📋 copy color: '#950726'

red 149 ◦ green 7 ◦ blue 38

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

Shades of Carmine #950726

Tints of Carmine #950726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 76.8%
G = 3.61%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950726 (or 0x950726) is known color: Carmine. HEX triplet: 95, 07 and 26. RGB value is (149,7,38). Sum of RGB (Red+Green+Blue) = 149+7+38=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #950726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950726 is #6AF8D9. Grayscale: #353535. Windows color (decimal): -7010522 or 2492309. OLE color: 2492309.

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

Color convert

RGB 149 7 38 -
CMYK 0 0.95 0.74 0.42
HSL 346.9º 0.91% 0.31% -
HSV(B) 346.9º 0.95% 0.58% -
XYZ 12.82 6.68 2.45 -
YUV 52.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 149 7 38 0 0.95 0.74 0.42 346.9 0.91 0.31
Hex 95 7 26 0 5F 4A 2A 15B 5B 1F
Octal 225 7 46 0 137 112 52 533 133 37
Binary 10010101 111 100110 0 1011111 1001010 101010 101011011 1011011 11111

Color Harmonies of #950726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950726

Black with #950726

Text Example


Text Example

White with #950726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950726; }

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

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

background-color css

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

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

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

border-color css

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

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

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