Html Css Color HEX #BF0010 Venetian Red

📋 copy color: '#BF0010'

red 191 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #BF0010

Tints of Venetian Red #BF0010

RGB

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

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

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

R = 92.27%
G = 0%
B = 7.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF0010 (or 0xBF0010) is known color: Venetian Red. HEX triplet: BF, 00 and 10. RGB value is (191,0,16). Sum of RGB (Red+Green+Blue) = 191+0+16=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0010 is #40FFEF. Grayscale: #3B3B3B. Windows color (decimal): -4259824 or 1048767. OLE color: 1048767.

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

Color convert

RGB 191 0 16 -
CMYK 0 1 0.92 0.25
HSL 354.97º 1% 0.37% -
HSV(B) 354.97º 1% 0.75% -
XYZ 21.58 11.11 1.5 -
YUV 58.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 191 0 16 0 1 0.92 0.25 354.97 1 0.37
Hex BF 0 10 0 64 5C 19 163 64 25
Octal 277 0 20 0 144 134 31 543 144 45
Binary 10111111 0 10000 0 1100100 1011100 11001 101100011 1100100 100101

Color Harmonies of #BF0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0010

Black with #BF0010

Text Example


Text Example

White with #BF0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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