Html Css Color HEX #BF0009 Venetian Red

📋 copy color: '#BF0009'

red 191 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #BF0009

Tints of Venetian Red #BF0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.5%
G = 0%
B = 4.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF0009 (or 0xBF0009) is known color: Venetian Red. HEX triplet: BF, 00 and 09. RGB value is (191,0,9). Sum of RGB (Red+Green+Blue) = 191+0+9=200 (26% of max value = 765). Red value is 191 (75% from 255 or 95.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0009 is #40FFF6. Grayscale: #3A3A3A. Windows color (decimal): -4259831 or 590015. OLE color: 590015.

HSL color Cylindrical-coordinate representation of color #BF0009: hue angle of 357.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 9 -
CMYK 0 1 0.95 0.25
HSL 357.17º 1% 0.37% -
HSV(B) 357.17º 1% 0.75% -
XYZ 21.54 11.1 1.27 -
YUV 58.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 191 0 9 0 1 0.95 0.25 357.17 1 0.37
Hex BF 0 9 0 64 5F 19 165 64 25
Octal 277 0 11 0 144 137 31 545 144 45
Binary 10111111 0 1001 0 1100100 1011111 11001 101100101 1100100 100101

Color Harmonies of #BF0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0009

Black with #BF0009

Text Example


Text Example

White with #BF0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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