Html Css Color HEX #BF071B Venetian Red

📋 copy color: '#BF071B'

red 191 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #BF071B

Tints of Venetian Red #BF071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 84.89%
G = 3.11%
B = 12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF071B (or 0xBF071B) is known color: Venetian Red. HEX triplet: BF, 07 and 1B. RGB value is (191,7,27). Sum of RGB (Red+Green+Blue) = 191+7+27=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF071B is #40F8E4. Grayscale: #404040. Windows color (decimal): -4258021 or 1771455. OLE color: 1771455.

HSL color Cylindrical-coordinate representation of color #BF071B: hue angle of 353.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF071B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 27 -
CMYK 0 0.96 0.86 0.25
HSL 353.48º 0.93% 0.39% -
HSV(B) 353.48º 0.96% 0.75% -
XYZ 21.76 11.31 2.07 -
YUV 64.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 191 7 27 0 0.96 0.86 0.25 353.48 0.93 0.39
Hex BF 7 1B 0 60 56 19 161 5D 27
Octal 277 7 33 0 140 126 31 541 135 47
Binary 10111111 111 11011 0 1100000 1010110 11001 101100001 1011101 100111

Color Harmonies of #BF071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF071B

Black with #BF071B

Text Example


Text Example

White with #BF071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF071B; }

 p { color: rgb(191,7,27); }

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

background-color css

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

 a { background-color: rgb(191,7,27); }

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

border-color css

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

 span { border-color: rgb(191,7,27); }

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