Html Css Color HEX #BF0507 Venetian Red

📋 copy color: '#BF0507'

red 191 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #BF0507

Tints of Venetian Red #BF0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 7 (3.13% from 255) = 3.45%

R = 94.09%
G = 2.46%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF0507 (or 0xBF0507) is known color: Venetian Red. HEX triplet: BF, 05 and 07. RGB value is (191,5,7). Sum of RGB (Red+Green+Blue) = 191+5+7=203 (26% of max value = 765). Red value is 191 (75% from 255 or 94.09% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0507 is #40FAF8. Grayscale: #3D3D3D. Windows color (decimal): -4258553 or 460223. OLE color: 460223.

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

Color convert

RGB 191 5 7 -
CMYK 0 0.97 0.96 0.25
HSL 359.35º 0.95% 0.38% -
HSV(B) 359.35º 0.97% 0.75% -
XYZ 21.58 11.2 1.23 -
YUV 60.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 191 5 7 0 0.97 0.96 0.25 359.35 0.95 0.38
Hex BF 5 7 0 61 60 19 167 5F 26
Octal 277 5 7 0 141 140 31 547 137 46
Binary 10111111 101 111 0 1100001 1100000 11001 101100111 1011111 100110

Color Harmonies of #BF0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0507

Black with #BF0507

Text Example


Text Example

White with #BF0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0507; }

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

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

background-color css

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

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

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

border-color css

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

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

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