Html Css Color HEX #BF070F Venetian Red

📋 copy color: '#BF070F'

red 191 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #BF070F

Tints of Venetian Red #BF070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 89.67%
G = 3.29%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF070F (or 0xBF070F) is known color: Venetian Red. HEX triplet: BF, 07 and 0F. RGB value is (191,7,15). Sum of RGB (Red+Green+Blue) = 191+7+15=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF070F is #40F8F0. Grayscale: #3F3F3F. Windows color (decimal): -4258033 or 985023. OLE color: 985023.

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

Color convert

RGB 191 7 15 -
CMYK 0 0.96 0.92 0.25
HSL 357.39º 0.93% 0.39% -
HSV(B) 357.39º 0.96% 0.75% -
XYZ 21.65 11.26 1.48 -
YUV 62.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 191 7 15 0 0.96 0.92 0.25 357.39 0.93 0.39
Hex BF 7 F 0 60 5C 19 165 5D 27
Octal 277 7 17 0 140 134 31 545 135 47
Binary 10111111 111 1111 0 1100000 1011100 11001 101100101 1011101 100111

Color Harmonies of #BF070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF070F

Black with #BF070F

Text Example


Text Example

White with #BF070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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