#B0051C

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

Shades of Venetian Red #B0051C

Tints of Venetian Red #B0051C

Color information

#B0051C (or 0xB0051C) is unknown color: approx Venetian Red. HEX triplet: B0, 05 and 1C. RGB value is (176,5,28). Sum of RGB (Red+Green+Blue) = 176+5+28=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B0051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0051C is #4FFAE3. Grayscale: #3A3A3A. Windows color (decimal): -5241572 or 1836464. OLE color: 1836464.

HSL color Cylindrical-coordinate representation of color #B0051C: hue angle of 351.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0051C is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB176528-
CMYK00.970.840.31
HSL351.93º94.48%35.49%-
HSV(B)351.93º97.16%69.02%-
XYZ18.179.421.96-
YUV58.75110.65211.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.21%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=84.21%
G=2.39%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17652800.970.840.31351.9394.4835.49
HexB051C061541F1605e23
Octal26053401411243754013643
Binary1011000010111100011000011010100111111011000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0051C; }

 p { color: rgb(176,5,28); }

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

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

 a { background-color: rgb(176,5,28); }

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

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

 span { border-color: rgb(176,5,28); }

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