#BF0224

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

Shades of Venetian Red #BF0224

Tints of Venetian Red #BF0224

Color information

#BF0224 (or 0xBF0224) is unknown color: approx Venetian Red. HEX triplet: BF, 02 and 24. RGB value is (191,2,36). Sum of RGB (Red+Green+Blue) = 191+2+36=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0224 is #40FDDB. Grayscale: #3E3E3E. Windows color (decimal): -4259292 or 2359999. OLE color: 2359999.

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

Color convert

RGB191236-
CMYK00.990.810.25
HSL349.21º97.93%37.84%-
HSV(B)349.21º98.95%74.9%-
XYZ21.8311.252.69-
YUV62.39113.12219.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.41%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=83.41%
G=0.87%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19123600.990.810.25349.2197.9337.84
HexBF224063511915d6226
Octal27724401431213153514246
Binary1011111110100100011000111010001110011010111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0224; }

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

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

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

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

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

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

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

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