Shades of Bright Red #952A30
Tints of Bright Red #952A30
RGB
CMYK
RGB Variations
Color information
#952A30 (or 0x952A30) is known color: Bright Red. HEX triplet: 95, 2A and 30. RGB value is (149,42,48). Sum of RGB (Red+Green+Blue) = 149+42+48=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A30 is #6AD5CF. Grayscale: #4A4A4A. Windows color (decimal): -7001552 or 3156629. OLE color: 3156629.
HSL color Cylindrical-coordinate representation of color #952A30: hue angle of 356.64º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A30 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 48 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.42 |
| HSL | 356.64º | 0.56% | 0.37% | - |
| HSV(B) | 356.64º | 0.72% | 0.58% | - |
| XYZ | 13.76 | 8.26 | 3.67 | - |
| YUV | 74.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 48 | 0 | 0.72 | 0.68 | 0.42 | 356.64 | 0.56 | 0.37 |
| Hex | 95 | 2A | 30 | 0 | 48 | 44 | 2A | 165 | 38 | 25 |
| Octal | 225 | 52 | 60 | 0 | 110 | 104 | 52 | 545 | 70 | 45 |
| Binary | 10010101 | 101010 | 110000 | 0 | 1001000 | 1000100 | 101010 | 101100101 | 111000 | 100101 |
Color Harmonies of #952A30
Complementary color
Monochromatic Colors of #952A30
Black with #952A30
Text Example
Text Example
White with #952A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A30; }
p { color: rgb(149,42,48); }
H1.HeaderClassName
{
color: #952A30;
}
.AnyTagClassName
{
color: #952A30;
}
</style>
background-color css
<style>
a { background-color: #952A30; }
a { background-color: rgb(149,42,48); }
div.DivClassName
{
background-color: #952A30;
}
.BgClassName
{
background-color: #952A30;
}
</style>
border-color css
<style>
span { border-color: #952A30; }
span { border-color: rgb(149,42,48); }
td.TdClassName
{
border-color: #952A30;
}
.TagClassName
{
border-color: #952A30;
}
</style>