#951A2C

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

Shades of Bright Red #951A2C

Tints of Bright Red #951A2C

Color information

#951A2C (or 0x951A2C) is unknown color: approx Bright Red. HEX triplet: 95, 1A and 2C. RGB value is (149,26,44). Sum of RGB (Red+Green+Blue) = 149+26+44=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #951A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A2C is #6AE5D3. Grayscale: #404040. Windows color (decimal): -7005652 or 2890389. OLE color: 2890389.

HSL color Cylindrical-coordinate representation of color #951A2C: hue angle of 351.22º degrees, saturation: 0.7, 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 #951A2C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1492644-
CMYK00.830.700.42
HSL351.22º70.29%34.31%-
HSV(B)351.22º82.55%58.43%-
XYZ13.227.313.1-
YUV64.83116.25188.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=68.04%
G=11.87%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149264400.830.700.42351.2270.2934.31
Hex951A2C053462A15f4622
Octal225325401231065253710642
Binary10010101110101011000101001110001101010101010111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951A2C; }

 p { color: rgb(149,26,44); }

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

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

 a { background-color: rgb(149,26,44); }

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

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

 span { border-color: rgb(149,26,44); }

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