#BF0D24

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

Shades of Venetian Red #BF0D24

Tints of Venetian Red #BF0D24

Color information

#BF0D24 (or 0xBF0D24) is unknown color: approx Venetian Red. HEX triplet: BF, 0D and 24. RGB value is (191,13,36). Sum of RGB (Red+Green+Blue) = 191+13+36=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D24 is #40F2DB. Grayscale: #444444. Windows color (decimal): -4256476 or 2362815. OLE color: 2362815.

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

Color convert

RGB1911336-
CMYK00.930.810.25
HSL352.25º87.25%40%-
HSV(B)352.25º93.19%74.9%-
XYZ21.9511.492.73-
YUV68.84109.47215.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.58%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 36 (14.45% from 255) = 15%
R=79.58%
G=5.42%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191133600.930.810.25352.2587.2540
HexBFD2405D51191605728
Octal277154401351213154012750
Binary101111111101100100010111011010001110011011000001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0D24; }

 p { color: rgb(191,13,36); }

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

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

 a { background-color: rgb(191,13,36); }

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

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

 span { border-color: rgb(191,13,36); }

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