#BF081E

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

Shades of Venetian Red #BF081E

Tints of Venetian Red #BF081E

Color information

#BF081E (or 0xBF081E) is unknown color: approx Venetian Red. HEX triplet: BF, 08 and 1E. RGB value is (191,8,30). Sum of RGB (Red+Green+Blue) = 191+8+30=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF081E is #40F7E1. Grayscale: #414141. Windows color (decimal): -4257762 or 1968319. OLE color: 1968319.

HSL color Cylindrical-coordinate representation of color #BF081E: hue angle of 352.79º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF081E is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB191830-
CMYK00.960.840.25
HSL352.79º91.96%39.02%-
HSV(B)352.79º95.81%74.9%-
XYZ21.8111.342.27-
YUV65.22108.13217.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.41%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=83.41%
G=3.49%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19183000.960.840.25352.7991.9639.02
HexBF81E06054191615c27
Octal277103601401243154113447
Binary10111111100011110011000001010100110011011000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF081E; }

 p { color: rgb(191,8,30); }

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

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

 a { background-color: rgb(191,8,30); }

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

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

 span { border-color: rgb(191,8,30); }

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