Shades of Fire Brick #C32B23
Tints of Fire Brick #C32B23
RGB
CMYK
RGB Variations
Color information
#C32B23 (or 0xC32B23) is known color: Fire Brick. HEX triplet: C3, 2B and 23. RGB value is (195,43,35). Sum of RGB (Red+Green+Blue) = 195+43+35=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B23 is #3CD4DC. Grayscale: #575757. Windows color (decimal): -3986653 or 2304963. OLE color: 2304963.
HSL color Cylindrical-coordinate representation of color #C32B23: hue angle of 3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32B23 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 35 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.24 |
| HSL | 3º | 0.7% | 0.45% | - |
| HSV(B) | 3º | 0.82% | 0.76% | - |
| XYZ | 23.67 | 13.45 | 2.94 | - |
| YUV | 87.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 35 | 0 | 0.78 | 0.82 | 0.24 | 3 | 0.7 | 0.45 |
| Hex | C3 | 2B | 23 | 0 | 4E | 52 | 18 | 3 | 46 | 2D |
| Octal | 303 | 53 | 43 | 0 | 116 | 122 | 30 | 3 | 106 | 55 |
| Binary | 11000011 | 101011 | 100011 | 0 | 1001110 | 1010010 | 11000 | 11 | 1000110 | 101101 |
Color Harmonies of #C32B23
Complementary color
Monochromatic Colors of #C32B23
Black with #C32B23
Text Example
Text Example
White with #C32B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B23; }
p { color: rgb(195,43,35); }
H1.HeaderClassName
{
color: #C32B23;
}
.AnyTagClassName
{
color: #C32B23;
}
</style>
background-color css
<style>
a { background-color: #C32B23; }
a { background-color: rgb(195,43,35); }
div.DivClassName
{
background-color: #C32B23;
}
.BgClassName
{
background-color: #C32B23;
}
</style>
border-color css
<style>
span { border-color: #C32B23; }
span { border-color: rgb(195,43,35); }
td.TdClassName
{
border-color: #C32B23;
}
.TagClassName
{
border-color: #C32B23;
}
</style>