Html Css Color HEX #BF0016 Venetian Red

📋 copy color: '#BF0016'

red 191 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #BF0016

Tints of Venetian Red #BF0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 89.67%
G = 0%
B = 10.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF0016 (or 0xBF0016) is known color: Venetian Red. HEX triplet: BF, 00 and 16. RGB value is (191,0,22). Sum of RGB (Red+Green+Blue) = 191+0+22=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0016 is #40FFE9. Grayscale: #3B3B3B. Windows color (decimal): -4259818 or 1441983. OLE color: 1441983.

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

Color convert

RGB 191 0 22 -
CMYK 0 1 0.88 0.25
HSL 353.09º 1% 0.37% -
HSV(B) 353.09º 1% 0.75% -
XYZ 21.63 11.13 1.77 -
YUV 59.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 191 0 22 0 1 0.88 0.25 353.09 1 0.37
Hex BF 0 16 0 64 58 19 161 64 25
Octal 277 0 26 0 144 130 31 541 144 45
Binary 10111111 0 10110 0 1100100 1011000 11001 101100001 1100100 100101

Color Harmonies of #BF0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0016

Black with #BF0016

Text Example


Text Example

White with #BF0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0016; }

 p { color: rgb(191,0,22); }

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

background-color css

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

 a { background-color: rgb(191,0,22); }

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

border-color css

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

 span { border-color: rgb(191,0,22); }

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