Shades of Brick Red #CD3A43
Tints of Brick Red #CD3A43
RGB
CMYK
RGB Variations
Color information
#CD3A43 (or 0xCD3A43) is known color: Brick Red. HEX triplet: CD, 3A and 43. RGB value is (205,58,67). Sum of RGB (Red+Green+Blue) = 205+58+67=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A43 is #32C5BC. Grayscale: #676767. Windows color (decimal): -3327421 or 4405965. OLE color: 4405965.
HSL color Cylindrical-coordinate representation of color #CD3A43: hue angle of 356.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A43 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 67 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.20 |
| HSL | 356.33º | 0.6% | 0.52% | - |
| HSV(B) | 356.33º | 0.72% | 0.8% | - |
| XYZ | 27.7 | 16.41 | 7.02 | - |
| YUV | 102.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 67 | 0 | 0.72 | 0.67 | 0.20 | 356.33 | 0.6 | 0.52 |
| Hex | CD | 3A | 43 | 0 | 48 | 43 | 14 | 164 | 3C | 34 |
| Octal | 315 | 72 | 103 | 0 | 110 | 103 | 24 | 544 | 74 | 64 |
| Binary | 11001101 | 111010 | 1000011 | 0 | 1001000 | 1000011 | 10100 | 101100100 | 111100 | 110100 |
Color Harmonies of #CD3A43
Complementary color
Monochromatic Colors of #CD3A43
Black with #CD3A43
Text Example
Text Example
White with #CD3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A43; }
p { color: rgb(205,58,67); }
H1.HeaderClassName
{
color: #CD3A43;
}
.AnyTagClassName
{
color: #CD3A43;
}
</style>
background-color css
<style>
a { background-color: #CD3A43; }
a { background-color: rgb(205,58,67); }
div.DivClassName
{
background-color: #CD3A43;
}
.BgClassName
{
background-color: #CD3A43;
}
</style>
border-color css
<style>
span { border-color: #CD3A43; }
span { border-color: rgb(205,58,67); }
td.TdClassName
{
border-color: #CD3A43;
}
.TagClassName
{
border-color: #CD3A43;
}
</style>