Html Css Color HEX #BF101F Venetian Red

📋 copy color: '#BF101F'

red 191 ◦ green 16 ◦ blue 31

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

Shades of Venetian Red #BF101F

Tints of Venetian Red #BF101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 80.25%
G = 6.72%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF101F (or 0xBF101F) is known color: Venetian Red. HEX triplet: BF, 10 and 1F. RGB value is (191,16,31). Sum of RGB (Red+Green+Blue) = 191+16+31=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF101F is #40EFE0. Grayscale: #464646. Windows color (decimal): -4255713 or 2035903. OLE color: 2035903.

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

Color convert

RGB 191 16 31 -
CMYK 0 0.92 0.84 0.25
HSL 354.86º 0.85% 0.41% -
HSV(B) 354.86º 0.92% 0.75% -
XYZ 21.92 11.55 2.37 -
YUV 70.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 191 16 31 0 0.92 0.84 0.25 354.86 0.85 0.41
Hex BF 10 1F 0 5C 54 19 163 55 29
Octal 277 20 37 0 134 124 31 543 125 51
Binary 10111111 10000 11111 0 1011100 1010100 11001 101100011 1010101 101001

Color Harmonies of #BF101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF101F

Black with #BF101F

Text Example


Text Example

White with #BF101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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