Html Css Color HEX #BF1014 Venetian Red

📋 copy color: '#BF1014'

red 191 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #BF1014

Tints of Venetian Red #BF1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 84.14%
G = 7.05%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF1014 (or 0xBF1014) is known color: Venetian Red. HEX triplet: BF, 10 and 14. RGB value is (191,16,20). Sum of RGB (Red+Green+Blue) = 191+16+20=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1014 is #40EFEB. Grayscale: #444444. Windows color (decimal): -4255724 or 1315007. OLE color: 1315007.

HSL color Cylindrical-coordinate representation of color #BF1014: hue angle of 358.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1014 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 16 20 -
CMYK 0 0.92 0.90 0.25
HSL 358.63º 0.85% 0.41% -
HSV(B) 358.63º 0.92% 0.75% -
XYZ 21.8 11.5 1.73 -
YUV 68.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 191 16 20 0 0.92 0.90 0.25 358.63 0.85 0.41
Hex BF 10 14 0 5C 5A 19 167 55 29
Octal 277 20 24 0 134 132 31 547 125 51
Binary 10111111 10000 10100 0 1011100 1011010 11001 101100111 1010101 101001

Color Harmonies of #BF1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1014

Black with #BF1014

Text Example


Text Example

White with #BF1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1014; }

 p { color: rgb(191,16,20); }

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

background-color css

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

 a { background-color: rgb(191,16,20); }

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

border-color css

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

 span { border-color: rgb(191,16,20); }

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