#B70626

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

Shades of Venetian Red #B70626

Tints of Venetian Red #B70626

Color information

#B70626 (or 0xB70626) is unknown color: approx Venetian Red. HEX triplet: B7, 06 and 26. RGB value is (183,6,38). Sum of RGB (Red+Green+Blue) = 183+6+38=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B70626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70626 is #48F9D9. Grayscale: #3E3E3E. Windows color (decimal): -4782554 or 2492087. OLE color: 2492087.

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

Color convert

RGB183638-
CMYK00.970.790.28
HSL349.15º93.65%37.06%-
HSV(B)349.15º96.72%71.76%-
XYZ19.9410.342.78-
YUV62.57114.14213.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 6 (2.73% from 255) = 2.64%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=80.62%
G=2.64%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18363800.970.790.28349.1593.6537.06
HexB76260614F1C15d5e25
Octal26764601411173453513645
Binary10110111110100110011000011001111111001010111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70626; }

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

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

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

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

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

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

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

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