Shades of Fire Brick #C32826
Tints of Fire Brick #C32826
RGB
CMYK
RGB Variations
Color information
#C32826 (or 0xC32826) is known color: Fire Brick. HEX triplet: C3, 28 and 26. RGB value is (195,40,38). Sum of RGB (Red+Green+Blue) = 195+40+38=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32826 is #3CD7D9. Grayscale: #565656. Windows color (decimal): -3987418 or 2500803. OLE color: 2500803.
HSL color Cylindrical-coordinate representation of color #C32826: hue angle of 0.76º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32826 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 38 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.24 |
| HSL | 0.76º | 0.67% | 0.46% | - |
| HSV(B) | 0.76º | 0.81% | 0.76% | - |
| XYZ | 23.61 | 13.26 | 3.15 | - |
| YUV | 86.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 38 | 0 | 0.79 | 0.81 | 0.24 | 0.76 | 0.67 | 0.46 |
| Hex | C3 | 28 | 26 | 0 | 4F | 51 | 18 | 1 | 43 | 2E |
| Octal | 303 | 50 | 46 | 0 | 117 | 121 | 30 | 1 | 103 | 56 |
| Binary | 11000011 | 101000 | 100110 | 0 | 1001111 | 1010001 | 11000 | 1 | 1000011 | 101110 |
Color Harmonies of #C32826
Complementary color
Monochromatic Colors of #C32826
Black with #C32826
Text Example
Text Example
White with #C32826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32826; }
p { color: rgb(195,40,38); }
H1.HeaderClassName
{
color: #C32826;
}
.AnyTagClassName
{
color: #C32826;
}
</style>
background-color css
<style>
a { background-color: #C32826; }
a { background-color: rgb(195,40,38); }
div.DivClassName
{
background-color: #C32826;
}
.BgClassName
{
background-color: #C32826;
}
</style>
border-color css
<style>
span { border-color: #C32826; }
span { border-color: rgb(195,40,38); }
td.TdClassName
{
border-color: #C32826;
}
.TagClassName
{
border-color: #C32826;
}
</style>