Shades of Venetian Red #B6010D
Tints of Venetian Red #B6010D
RGB
CMYK
RGB Variations
Color information
#B6010D (or 0xB6010D) is known color: Venetian Red. HEX triplet: B6, 01 and 0D. RGB value is (182,1,13). Sum of RGB (Red+Green+Blue) = 182+1+13=196 (25% of max value = 765). Red value is 182 (71.48% from 255 or 92.86% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 182 - color contains mainly: red. Hex color #B6010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6010D is #49FEF2. Grayscale: #383838. Windows color (decimal): -4849395 or 852406. OLE color: 852406.
HSL color Cylindrical-coordinate representation of color #B6010D: hue angle of 356.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.29 |
| HSL | 356.02º | 0.99% | 0.36% | - |
| HSV(B) | 356.02º | 0.99% | 0.71% | - |
| XYZ | 19.37 | 10 | 1.29 | - |
| YUV | 56.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 13 | 0 | 0.99 | 0.93 | 0.29 | 356.02 | 0.99 | 0.36 |
| Hex | B6 | 1 | D | 0 | 63 | 5D | 1D | 164 | 63 | 24 |
| Octal | 266 | 1 | 15 | 0 | 143 | 135 | 35 | 544 | 143 | 44 |
| Binary | 10110110 | 1 | 1101 | 0 | 1100011 | 1011101 | 11101 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B6010D
Complementary color
Monochromatic Colors of #B6010D
Black with #B6010D
Text Example
Text Example
White with #B6010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6010D; }
p { color: rgb(182,1,13); }
H1.HeaderClassName
{
color: #B6010D;
}
.AnyTagClassName
{
color: #B6010D;
}
</style>
background-color css
<style>
a { background-color: #B6010D; }
a { background-color: rgb(182,1,13); }
div.DivClassName
{
background-color: #B6010D;
}
.BgClassName
{
background-color: #B6010D;
}
</style>
border-color css
<style>
span { border-color: #B6010D; }
span { border-color: rgb(182,1,13); }
td.TdClassName
{
border-color: #B6010D;
}
.TagClassName
{
border-color: #B6010D;
}
</style>