Shades of Grenadier #CA433A
Tints of Grenadier #CA433A
RGB
CMYK
RGB Variations
Color information
#CA433A (or 0xCA433A) is known color: Grenadier. HEX triplet: CA, 43 and 3A. RGB value is (202,67,58). Sum of RGB (Red+Green+Blue) = 202+67+58=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA433A is #35BCC5. Grayscale: #6A6A6A. Windows color (decimal): -3521734 or 3818442. OLE color: 3818442.
HSL color Cylindrical-coordinate representation of color #CA433A: hue angle of 3.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA433A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.21 |
| HSL | 3.75º | 0.58% | 0.51% | - |
| HSV(B) | 3.75º | 0.71% | 0.79% | - |
| XYZ | 27.13 | 16.88 | 5.83 | - |
| YUV | 106.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 58 | 0 | 0.67 | 0.71 | 0.21 | 3.75 | 0.58 | 0.51 |
| Hex | CA | 43 | 3A | 0 | 43 | 47 | 15 | 4 | 3A | 33 |
| Octal | 312 | 103 | 72 | 0 | 103 | 107 | 25 | 4 | 72 | 63 |
| Binary | 11001010 | 1000011 | 111010 | 0 | 1000011 | 1000111 | 10101 | 100 | 111010 | 110011 |
Color Harmonies of #CA433A
Complementary color
Monochromatic Colors of #CA433A
Black with #CA433A
Text Example
Text Example
White with #CA433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA433A; }
p { color: rgb(202,67,58); }
H1.HeaderClassName
{
color: #CA433A;
}
.AnyTagClassName
{
color: #CA433A;
}
</style>
background-color css
<style>
a { background-color: #CA433A; }
a { background-color: rgb(202,67,58); }
div.DivClassName
{
background-color: #CA433A;
}
.BgClassName
{
background-color: #CA433A;
}
</style>
border-color css
<style>
span { border-color: #CA433A; }
span { border-color: rgb(202,67,58); }
td.TdClassName
{
border-color: #CA433A;
}
.TagClassName
{
border-color: #CA433A;
}
</style>