#951832

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

Shades of Bright Red #951832

Tints of Bright Red #951832

Color information

#951832 (or 0x951832) is unknown color: approx Bright Red. HEX triplet: 95, 18 and 32. RGB value is (149,24,50). Sum of RGB (Red+Green+Blue) = 149+24+50=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #951832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951832 is #6AE7CD. Grayscale: #404040. Windows color (decimal): -7006158 or 3283093. OLE color: 3283093.

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

Color convert

RGB1492450-
CMYK00.840.660.42
HSL347.52º72.25%33.92%-
HSV(B)347.52º83.89%58.43%-
XYZ13.37.273.72-
YUV64.34119.91188.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.82%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=66.82%
G=10.76%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149245000.840.660.42347.5272.2533.92
Hex951832054422A15c4822
Octal225306201241025253411042
Binary10010101110001100100101010010000101010101010111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951832; }

 p { color: rgb(149,24,50); }

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

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

 a { background-color: rgb(149,24,50); }

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

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

 span { border-color: rgb(149,24,50); }

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