#BF0A28

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

Shades of Venetian Red #BF0A28

Tints of Venetian Red #BF0A28

Color information

#BF0A28 (or 0xBF0A28) is unknown color: approx Venetian Red. HEX triplet: BF, 0A and 28. RGB value is (191,10,40). Sum of RGB (Red+Green+Blue) = 191+10+40=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A28 is #40F5D7. Grayscale: #434343. Windows color (decimal): -4257240 or 2624191. OLE color: 2624191.

HSL color Cylindrical-coordinate representation of color #BF0A28: hue angle of 350.06º 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 #BF0A28 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1911040-
CMYK00.950.790.25
HSL350.06º90.05%39.41%-
HSV(B)350.06º94.76%74.9%-
XYZ21.9811.453.06-
YUV67.54112.47216.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.25%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=79.25%
G=4.15%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191104000.950.790.25350.0690.0539.41
HexBFA2805F4F1915e5a27
Octal277125001371173153613247
Binary101111111010101000010111111001111110011010111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A28; }

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

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

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

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

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

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

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

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