Html Css Color HEX #BF0520 Venetian Red

📋 copy color: '#BF0520'

red 191 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #BF0520

Tints of Venetian Red #BF0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 83.77%
G = 2.19%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0520 (or 0xBF0520) is known color: Venetian Red. HEX triplet: BF, 05 and 20. RGB value is (191,5,32). Sum of RGB (Red+Green+Blue) = 191+5+32=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0520 is #40FADF. Grayscale: #3F3F3F. Windows color (decimal): -4258528 or 2098623. OLE color: 2098623.

HSL color Cylindrical-coordinate representation of color #BF0520: hue angle of 351.29º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 32 -
CMYK 0 0.97 0.83 0.25
HSL 351.29º 0.95% 0.38% -
HSV(B) 351.29º 0.97% 0.75% -
XYZ 21.8 11.29 2.4 -
YUV 63.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 191 5 32 0 0.97 0.83 0.25 351.29 0.95 0.38
Hex BF 5 20 0 61 53 19 15F 5F 26
Octal 277 5 40 0 141 123 31 537 137 46
Binary 10111111 101 100000 0 1100001 1010011 11001 101011111 1011111 100110

Color Harmonies of #BF0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0520

Black with #BF0520

Text Example


Text Example

White with #BF0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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