Shades of Rustic Red #230102
Tints of Rustic Red #230102
RGB
CMYK
RGB Variations
Color information
#230102 (or 0x230102) is known color: Rustic Red. HEX triplet: 23, 01 and 02. RGB value is (35,1,2). Sum of RGB (Red+Green+Blue) = 35+1+2=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230102 is #DCFEFD. Grayscale: #0B0B0B. Windows color (decimal): -14483198 or 131363. OLE color: 131363.
HSL color Cylindrical-coordinate representation of color #230102: hue angle of 358.24º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230102 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.86 |
| HSL | 358.24º | 0.94% | 0.07% | - |
| HSV(B) | 358.24º | 0.97% | 0.14% | - |
| XYZ | 0.71 | 0.38 | 0.09 | - |
| YUV | 11.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 2 | 0 | 0.97 | 0.94 | 0.86 | 358.24 | 0.94 | 0.07 |
| Hex | 23 | 1 | 2 | 0 | 61 | 5E | 56 | 166 | 5E | 7 |
| Octal | 43 | 1 | 2 | 0 | 141 | 136 | 126 | 546 | 136 | 7 |
| Binary | 100011 | 1 | 10 | 0 | 1100001 | 1011110 | 1010110 | 101100110 | 1011110 | 111 |
Color Harmonies of #230102
Complementary color
Monochromatic Colors of #230102
Black with #230102
Text Example
Text Example
White with #230102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230102; }
p { color: rgb(35,1,2); }
H1.HeaderClassName
{
color: #230102;
}
.AnyTagClassName
{
color: #230102;
}
</style>
background-color css
<style>
a { background-color: #230102; }
a { background-color: rgb(35,1,2); }
div.DivClassName
{
background-color: #230102;
}
.BgClassName
{
background-color: #230102;
}
</style>
border-color css
<style>
span { border-color: #230102; }
span { border-color: rgb(35,1,2); }
td.TdClassName
{
border-color: #230102;
}
.TagClassName
{
border-color: #230102;
}
</style>