Html Css Color HEX #BF1519 Venetian Red

📋 copy color: '#BF1519'

red 191 ◦ green 21 ◦ blue 25

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

Shades of Venetian Red #BF1519

Tints of Venetian Red #BF1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 80.59%
G = 8.86%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF1519 (or 0xBF1519) is known color: Venetian Red. HEX triplet: BF, 15 and 19. RGB value is (191,21,25). Sum of RGB (Red+Green+Blue) = 191+21+25=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1519 is #40EAE6. Grayscale: #484848. Windows color (decimal): -4254439 or 1643967. OLE color: 1643967.

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

Color convert

RGB 191 21 25 -
CMYK 0 0.89 0.87 0.25
HSL 358.59º 0.8% 0.42% -
HSV(B) 358.59º 0.89% 0.75% -
XYZ 21.93 11.68 2.02 -
YUV 72.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 191 21 25 0 0.89 0.87 0.25 358.59 0.8 0.42
Hex BF 15 19 0 59 57 19 167 50 2A
Octal 277 25 31 0 131 127 31 547 120 52
Binary 10111111 10101 11001 0 1011001 1010111 11001 101100111 1010000 101010

Color Harmonies of #BF1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1519

Black with #BF1519

Text Example


Text Example

White with #BF1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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