#B70C26

Color #B70C26 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B70C26

Tints of Venetian Red #B70C26

Color information

#B70C26 (or 0xB70C26) is unknown color: approx Venetian Red. HEX triplet: B7, 0C and 26. RGB value is (183,12,38). Sum of RGB (Red+Green+Blue) = 183+12+38=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C26 is #48F3D9. Grayscale: #424242. Windows color (decimal): -4781018 or 2493623. OLE color: 2493623.

HSL color Cylindrical-coordinate representation of color #B70C26: hue angle of 350.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C26 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1831238-
CMYK00.930.790.28
HSL350.88º87.69%38.24%-
HSV(B)350.88º93.44%71.76%-
XYZ20.0110.472.8-
YUV66.09112.15211.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 78.54%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=78.54%
G=5.15%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183123800.930.790.28350.8887.6938.24
HexB7C2605D4F1C15f5826
Octal267144601351173453713046
Binary101101111100100110010111011001111111001010111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C26; }

 p { color: rgb(183,12,38); }

 H1.HeaderClassName
 {
   color: #B70C26;
 }
 .AnyTagClassName
 {
   color: #B70C26;
 }
</style>
background-color css

<style>
 a { background-color: #B70C26; }

 a { background-color: rgb(183,12,38); }

 div.DivClassName
 {
   background-color: #B70C26;
 }
 .BgClassName
 {
   background-color: #B70C26;
 }
</style>
border-color css

<style>
 span { border-color: #B70C26; }

 span { border-color: rgb(183,12,38); }

 td.TdClassName
 {
   border-color: #B70C26;
 }
 .TagClassName
 {
   border-color: #B70C26;
 }
</style>