Html Css Color HEX #BF001F Venetian Red

📋 copy color: '#BF001F'

red 191 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #BF001F

Tints of Venetian Red #BF001F

RGB

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

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

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

R = 86.04%
G = 0%
B = 13.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF001F (or 0xBF001F) is known color: Venetian Red. HEX triplet: BF, 00 and 1F. RGB value is (191,0,31). Sum of RGB (Red+Green+Blue) = 191+0+31=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF001F is #40FFE0. Grayscale: #3C3C3C. Windows color (decimal): -4259809 or 2031807. OLE color: 2031807.

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

Color convert

RGB 191 0 31 -
CMYK 0 1 0.84 0.25
HSL 350.26º 1% 0.37% -
HSV(B) 350.26º 1% 0.75% -
XYZ 21.73 11.18 2.31 -
YUV 60.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 191 0 31 0 1 0.84 0.25 350.26 1 0.37
Hex BF 0 1F 0 64 54 19 15E 64 25
Octal 277 0 37 0 144 124 31 536 144 45
Binary 10111111 0 11111 0 1100100 1010100 11001 101011110 1100100 100101

Color Harmonies of #BF001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF001F

Black with #BF001F

Text Example


Text Example

White with #BF001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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