#95132A

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

Shades of Bright Red #95132A

Tints of Bright Red #95132A

Color information

#95132A (or 0x95132A) is unknown color: approx Bright Red. HEX triplet: 95, 13 and 2A. RGB value is (149,19,42). Sum of RGB (Red+Green+Blue) = 149+19+42=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95132A is #6AECD5. Grayscale: #3C3C3C. Windows color (decimal): -7007446 or 2757525. OLE color: 2757525.

HSL color Cylindrical-coordinate representation of color #95132A: hue angle of 349.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95132A is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1491942-
CMYK00.870.720.42
HSL349.38º77.38%32.94%-
HSV(B)349.38º87.25%58.43%-
XYZ13.057.022.86-
YUV60.49117.57191.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 42 (16.80% from 255) = 20%
R=70.95%
G=9.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149194200.870.720.42349.3877.3832.94
Hex95132A057482A15d4d21
Octal225235201271105253511541
Binary10010101100111010100101011110010001010101010111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95132A; }

 p { color: rgb(149,19,42); }

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

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

 a { background-color: rgb(149,19,42); }

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

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

 span { border-color: rgb(149,19,42); }

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