Html Css Color HEX #BF0519 Venetian Red

📋 copy color: '#BF0519'

red 191 ◦ green 5 ◦ blue 25

#BF0519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BF0519

Tints of Venetian Red #BF0519

RGB

 RED value IS 191 (75% from 255) = 86.43%

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 86.43%
G = 2.26%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0519 (or 0xBF0519) is known color: Venetian Red. HEX triplet: BF, 05 and 19. RGB value is (191,5,25). Sum of RGB (Red+Green+Blue) = 191+5+25=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0519 is #40FAE6. Grayscale: #3F3F3F. Windows color (decimal): -4258535 or 1639871. OLE color: 1639871.

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

Color convert

RGB 191 5 25 -
CMYK 0 0.97 0.87 0.25
HSL 353.55º 0.95% 0.38% -
HSV(B) 353.55º 0.97% 0.75% -
XYZ 21.72 11.26 1.95 -
YUV 62.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 191 5 25 0 0.97 0.87 0.25 353.55 0.95 0.38
Hex BF 5 19 0 61 57 19 162 5F 26
Octal 277 5 31 0 141 127 31 542 137 46
Binary 10111111 101 11001 0 1100001 1010111 11001 101100010 1011111 100110

Color Harmonies of #BF0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0519

Black with #BF0519

Text Example


Text Example

White with #BF0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0519; }

 p { color: rgb(191,5,25); }

 H1.HeaderClassName
 {
   color: #BF0519;
 }
 .AnyTagClassName
 {
   color: #BF0519;
 }
</style>

background-color css

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

 a { background-color: rgb(191,5,25); }

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

border-color css

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

 span { border-color: rgb(191,5,25); }

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