#B9051C

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

Shades of Venetian Red #B9051C

Tints of Venetian Red #B9051C

Color information

#B9051C (or 0xB9051C) is unknown color: approx Venetian Red. HEX triplet: B9, 05 and 1C. RGB value is (185,5,28). Sum of RGB (Red+Green+Blue) = 185+5+28=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B9051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9051C is #46FAE3. Grayscale: #3D3D3D. Windows color (decimal): -4651748 or 1836473. OLE color: 1836473.

HSL color Cylindrical-coordinate representation of color #B9051C: hue angle of 352.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9051C is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB185528-
CMYK00.970.850.27
HSL352.33º94.74%37.25%-
HSV(B)352.33º97.3%72.55%-
XYZ20.2710.512.06-
YUV61.44109.13216.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.86%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=84.86%
G=2.29%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18552800.970.850.27352.3394.7437.25
HexB951C061551B1605f25
Octal27153401411253354013745
Binary1011100110111100011000011010101110111011000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9051C; }

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

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

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

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

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

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

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

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