Html Css Color HEX #BF0109 Venetian Red

📋 copy color: '#BF0109'

red 191 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #BF0109

Tints of Venetian Red #BF0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 95.02%
G = 0.5%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF0109 (or 0xBF0109) is known color: Venetian Red. HEX triplet: BF, 01 and 09. RGB value is (191,1,9). Sum of RGB (Red+Green+Blue) = 191+1+9=201 (26% of max value = 765). Red value is 191 (75% from 255 or 95.02% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0109 is #40FEF6. Grayscale: #3A3A3A. Windows color (decimal): -4259575 or 590271. OLE color: 590271.

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

Color convert

RGB 191 1 9 -
CMYK 0 0.99 0.95 0.25
HSL 357.47º 0.99% 0.38% -
HSV(B) 357.47º 0.99% 0.75% -
XYZ 21.55 11.12 1.27 -
YUV 58.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 191 1 9 0 0.99 0.95 0.25 357.47 0.99 0.38
Hex BF 1 9 0 63 5F 19 165 63 26
Octal 277 1 11 0 143 137 31 545 143 46
Binary 10111111 1 1001 0 1100011 1011111 11001 101100101 1100011 100110

Color Harmonies of #BF0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0109

Black with #BF0109

Text Example


Text Example

White with #BF0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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