#951830

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

Shades of Bright Red #951830

Tints of Bright Red #951830

Color information

#951830 (or 0x951830) is unknown color: approx Bright Red. HEX triplet: 95, 18 and 30. RGB value is (149,24,48). Sum of RGB (Red+Green+Blue) = 149+24+48=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951830 is #6AE7CF. Grayscale: #404040. Windows color (decimal): -7006160 or 3152021. OLE color: 3152021.

HSL color Cylindrical-coordinate representation of color #951830: hue angle of 348.48º 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 #951830 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1492448-
CMYK00.840.680.42
HSL348.48º72.25%33.92%-
HSV(B)348.48º83.89%58.43%-
XYZ13.257.263.5-
YUV64.11118.91188.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=67.42%
G=10.86%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149244800.840.680.42348.4872.2533.92
Hex951830054442A15c4822
Octal225306001241045253411042
Binary10010101110001100000101010010001001010101010111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951830; }

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

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

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

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

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

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

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

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