Html Css Color HEX #BF0719 Venetian Red

📋 copy color: '#BF0719'

red 191 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #BF0719

Tints of Venetian Red #BF0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 85.65%
G = 3.14%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0719 (or 0xBF0719) is known color: Venetian Red. HEX triplet: BF, 07 and 19. RGB value is (191,7,25). Sum of RGB (Red+Green+Blue) = 191+7+25=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0719 is #40F8E6. Grayscale: #404040. Windows color (decimal): -4258023 or 1640383. OLE color: 1640383.

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

Color convert

RGB 191 7 25 -
CMYK 0 0.96 0.87 0.25
HSL 354.13º 0.93% 0.39% -
HSV(B) 354.13º 0.96% 0.75% -
XYZ 21.74 11.3 1.95 -
YUV 64.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 191 7 25 0 0.96 0.87 0.25 354.13 0.93 0.39
Hex BF 7 19 0 60 57 19 162 5D 27
Octal 277 7 31 0 140 127 31 542 135 47
Binary 10111111 111 11001 0 1100000 1010111 11001 101100010 1011101 100111

Color Harmonies of #BF0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0719

Black with #BF0719

Text Example


Text Example

White with #BF0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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