Html Css Color HEX #BF010F Venetian Red

📋 copy color: '#BF010F'

red 191 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #BF010F

Tints of Venetian Red #BF010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 92.27%
G = 0.48%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF010F (or 0xBF010F) is known color: Venetian Red. HEX triplet: BF, 01 and 0F. RGB value is (191,1,15). Sum of RGB (Red+Green+Blue) = 191+1+15=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF010F is #40FEF0. Grayscale: #3B3B3B. Windows color (decimal): -4259569 or 983487. OLE color: 983487.

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

Color convert

RGB 191 1 15 -
CMYK 0 0.99 0.92 0.25
HSL 355.58º 0.99% 0.38% -
HSV(B) 355.58º 0.99% 0.75% -
XYZ 21.58 11.13 1.46 -
YUV 59.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 191 1 15 0 0.99 0.92 0.25 355.58 0.99 0.38
Hex BF 1 F 0 63 5C 19 164 63 26
Octal 277 1 17 0 143 134 31 544 143 46
Binary 10111111 1 1111 0 1100011 1011100 11001 101100100 1100011 100110

Color Harmonies of #BF010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF010F

Black with #BF010F

Text Example


Text Example

White with #BF010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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