Html Css Color HEX #BF1015 Venetian Red

📋 copy color: '#BF1015'

red 191 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #BF1015

Tints of Venetian Red #BF1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 83.77%
G = 7.02%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF1015 (or 0xBF1015) is known color: Venetian Red. HEX triplet: BF, 10 and 15. RGB value is (191,16,21). Sum of RGB (Red+Green+Blue) = 191+16+21=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1015 is #40EFEA. Grayscale: #454545. Windows color (decimal): -4255723 or 1380543. OLE color: 1380543.

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

Color convert

RGB 191 16 21 -
CMYK 0 0.92 0.89 0.25
HSL 358.29º 0.85% 0.41% -
HSV(B) 358.29º 0.92% 0.75% -
XYZ 21.81 11.5 1.78 -
YUV 68.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 191 16 21 0 0.92 0.89 0.25 358.29 0.85 0.41
Hex BF 10 15 0 5C 59 19 166 55 29
Octal 277 20 25 0 134 131 31 546 125 51
Binary 10111111 10000 10101 0 1011100 1011001 11001 101100110 1010101 101001

Color Harmonies of #BF1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1015

Black with #BF1015

Text Example


Text Example

White with #BF1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1015; }

 p { color: rgb(191,16,21); }

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

background-color css

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

 a { background-color: rgb(191,16,21); }

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

border-color css

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

 span { border-color: rgb(191,16,21); }

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