Html Css Color HEX #BF0020 Venetian Red

📋 copy color: '#BF0020'

red 191 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #BF0020

Tints of Venetian Red #BF0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 85.65%
G = 0%
B = 14.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0020 (or 0xBF0020) is known color: Venetian Red. HEX triplet: BF, 00 and 20. RGB value is (191,0,32). Sum of RGB (Red+Green+Blue) = 191+0+32=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0020 is #40FFDF. Grayscale: #3C3C3C. Windows color (decimal): -4259808 or 2097343. OLE color: 2097343.

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

Color convert

RGB 191 0 32 -
CMYK 0 1 0.83 0.25
HSL 349.95º 1% 0.37% -
HSV(B) 349.95º 1% 0.75% -
XYZ 21.75 11.18 2.38 -
YUV 60.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 191 0 32 0 1 0.83 0.25 349.95 1 0.37
Hex BF 0 20 0 64 53 19 15E 64 25
Octal 277 0 40 0 144 123 31 536 144 45
Binary 10111111 0 100000 0 1100100 1010011 11001 101011110 1100100 100101

Color Harmonies of #BF0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0020

Black with #BF0020

Text Example


Text Example

White with #BF0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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