Html Css Color HEX #BF0119 Venetian Red

📋 copy color: '#BF0119'

red 191 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #BF0119

Tints of Venetian Red #BF0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 88.02%
G = 0.46%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0119 (or 0xBF0119) is known color: Venetian Red. HEX triplet: BF, 01 and 19. RGB value is (191,1,25). Sum of RGB (Red+Green+Blue) = 191+1+25=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0119 is #40FEE6. Grayscale: #3C3C3C. Windows color (decimal): -4259559 or 1638847. OLE color: 1638847.

HSL color Cylindrical-coordinate representation of color #BF0119: hue angle of 352.42º degrees, saturation: 0.99, 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 #BF0119 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 25 -
CMYK 0 0.99 0.87 0.25
HSL 352.42º 0.99% 0.38% -
HSV(B) 352.42º 0.99% 0.75% -
XYZ 21.67 11.17 1.93 -
YUV 60.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 191 1 25 0 0.99 0.87 0.25 352.42 0.99 0.38
Hex BF 1 19 0 63 57 19 160 63 26
Octal 277 1 31 0 143 127 31 540 143 46
Binary 10111111 1 11001 0 1100011 1010111 11001 101100000 1100011 100110

Color Harmonies of #BF0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0119

Black with #BF0119

Text Example


Text Example

White with #BF0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0119; }

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

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

background-color css

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

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

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

border-color css

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

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

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