#BF0A0E

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

Shades of Venetian Red #BF0A0E

Tints of Venetian Red #BF0A0E

Color information

#BF0A0E (or 0xBF0A0E) is unknown color: approx Venetian Red. HEX triplet: BF, 0A and 0E. RGB value is (191,10,14). Sum of RGB (Red+Green+Blue) = 191+10+14=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0A0E is #40F5F1. Grayscale: #404040. Windows color (decimal): -4257266 or 920255. OLE color: 920255.

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

Color convert

RGB1911014-
CMYK00.950.930.25
HSL358.67º90.05%39.41%-
HSV(B)358.67º94.76%74.9%-
XYZ21.6711.331.46-
YUV64.5799.47218.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 88.84%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=88.84%
G=4.65%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191101400.950.930.25358.6790.0539.41
HexBFAE05F5D191675a27
Octal277121601371353154713247
Binary1011111110101110010111111011101110011011001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A0E; }

 p { color: rgb(191,10,14); }

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

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

 a { background-color: rgb(191,10,14); }

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

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

 span { border-color: rgb(191,10,14); }

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