Html Css Color HEX #BF000B Venetian Red

📋 copy color: '#BF000B'

red 191 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #BF000B

Tints of Venetian Red #BF000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 94.55%
G = 0%
B = 5.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF000B (or 0xBF000B) is known color: Venetian Red. HEX triplet: BF, 00 and 0B. RGB value is (191,0,11). Sum of RGB (Red+Green+Blue) = 191+0+11=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF000B is #40FFF4. Grayscale: #3A3A3A. Windows color (decimal): -4259829 or 721087. OLE color: 721087.

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

Color convert

RGB 191 0 11 -
CMYK 0 1 0.94 0.25
HSL 356.54º 1% 0.37% -
HSV(B) 356.54º 1% 0.75% -
XYZ 21.55 11.1 1.32 -
YUV 58.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 191 0 11 0 1 0.94 0.25 356.54 1 0.37
Hex BF 0 B 0 64 5E 19 165 64 25
Octal 277 0 13 0 144 136 31 545 144 45
Binary 10111111 0 1011 0 1100100 1011110 11001 101100101 1100100 100101

Color Harmonies of #BF000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF000B

Black with #BF000B

Text Example


Text Example

White with #BF000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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