Html Css Color HEX #BF0407 Venetian Red

📋 copy color: '#BF0407'

red 191 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #BF0407

Tints of Venetian Red #BF0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 94.55%
G = 1.98%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF0407 (or 0xBF0407) is known color: Venetian Red. HEX triplet: BF, 04 and 07. RGB value is (191,4,7). Sum of RGB (Red+Green+Blue) = 191+4+7=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0407 is #40FBF8. Grayscale: #3C3C3C. Windows color (decimal): -4258809 or 459967. OLE color: 459967.

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

Color convert

RGB 191 4 7 -
CMYK 0 0.98 0.96 0.25
HSL 359.04º 0.96% 0.38% -
HSV(B) 359.04º 0.98% 0.75% -
XYZ 21.57 11.18 1.22 -
YUV 60.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 191 4 7 0 0.98 0.96 0.25 359.04 0.96 0.38
Hex BF 4 7 0 62 60 19 167 60 26
Octal 277 4 7 0 142 140 31 547 140 46
Binary 10111111 100 111 0 1100010 1100000 11001 101100111 1100000 100110

Color Harmonies of #BF0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0407

Black with #BF0407

Text Example


Text Example

White with #BF0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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