#B2091A

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

Shades of Venetian Red #B2091A

Tints of Venetian Red #B2091A

Color information

#B2091A (or 0xB2091A) is unknown color: approx Venetian Red. HEX triplet: B2, 09 and 1A. RGB value is (178,9,26). Sum of RGB (Red+Green+Blue) = 178+9+26=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B2091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2091A is #4DF6E5. Grayscale: #3D3D3D. Windows color (decimal): -5109478 or 1706418. OLE color: 1706418.

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

Color convert

RGB178926-
CMYK00.950.850.30
HSL353.96º90.37%36.67%-
HSV(B)353.96º94.94%69.8%-
XYZ18.649.731.87-
YUV61.47107.99211.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.57%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=83.57%
G=4.23%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17892600.950.850.30353.9690.3736.67
HexB291A05F551E1625a25
Octal262113201371253654213245
Binary10110010100111010010111111010101111101011000101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2091A; }

 p { color: rgb(178,9,26); }

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

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

 a { background-color: rgb(178,9,26); }

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

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

 span { border-color: rgb(178,9,26); }

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