#951926

Color #951926 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951926

Tints of Bright Red #951926

Color information

#951926 (or 0x951926) is unknown color: approx Bright Red. HEX triplet: 95, 19 and 26. RGB value is (149,25,38). Sum of RGB (Red+Green+Blue) = 149+25+38=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #951926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951926 is #6AE6D9. Grayscale: #3F3F3F. Windows color (decimal): -7005914 or 2496917. OLE color: 2496917.

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

Color convert

RGB1492538-
CMYK00.830.740.42
HSL353.71º71.26%34.12%-
HSV(B)353.71º83.22%58.43%-
XYZ13.097.222.54-
YUV63.56113.58188.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=70.28%
G=11.79%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149253800.830.740.42353.7171.2634.12
Hex9519260534A2A1624722
Octal225314601231125254210742
Binary10010101110011001100101001110010101010101011000101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951926; }

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

 H1.HeaderClassName
 {
   color: #951926;
 }
 .AnyTagClassName
 {
   color: #951926;
 }
</style>
background-color css

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

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

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

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

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

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