Html Css Color HEX #BF0110 Venetian Red

📋 copy color: '#BF0110'

red 191 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #BF0110

Tints of Venetian Red #BF0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 91.83%
G = 0.48%
B = 7.69%

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

#BF0110 (or 0xBF0110) is known color: Venetian Red. HEX triplet: BF, 01 and 10. RGB value is (191,1,16). Sum of RGB (Red+Green+Blue) = 191+1+16=208 (27% of max value = 765). Red value is 191 (75% from 255 or 91.83% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0110 is #40FEEF. Grayscale: #3B3B3B. Windows color (decimal): -4259568 or 1049023. OLE color: 1049023.

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

Color convert

RGB 191 1 16 -
CMYK 0 0.99 0.92 0.25
HSL 355.26º 0.99% 0.38% -
HSV(B) 355.26º 0.99% 0.75% -
XYZ 21.59 11.14 1.5 -
YUV 59.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 191 1 16 0 0.99 0.92 0.25 355.26 0.99 0.38
Hex BF 1 10 0 63 5C 19 163 63 26
Octal 277 1 20 0 143 134 31 543 143 46
Binary 10111111 1 10000 0 1100011 1011100 11001 101100011 1100011 100110

Color Harmonies of #BF0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0110

Black with #BF0110

Text Example


Text Example

White with #BF0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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