Html Css Color HEX #BF0420 Venetian Red

📋 copy color: '#BF0420'

red 191 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #BF0420

Tints of Venetian Red #BF0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 84.14%
G = 1.76%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0420 (or 0xBF0420) is known color: Venetian Red. HEX triplet: BF, 04 and 20. RGB value is (191,4,32). Sum of RGB (Red+Green+Blue) = 191+4+32=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0420 is #40FBDF. Grayscale: #3F3F3F. Windows color (decimal): -4258784 or 2098367. OLE color: 2098367.

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

Color convert

RGB 191 4 32 -
CMYK 0 0.98 0.83 0.25
HSL 351.02º 0.96% 0.38% -
HSV(B) 351.02º 0.98% 0.75% -
XYZ 21.79 11.27 2.39 -
YUV 63.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 191 4 32 0 0.98 0.83 0.25 351.02 0.96 0.38
Hex BF 4 20 0 62 53 19 15F 60 26
Octal 277 4 40 0 142 123 31 537 140 46
Binary 10111111 100 100000 0 1100010 1010011 11001 101011111 1100000 100110

Color Harmonies of #BF0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0420

Black with #BF0420

Text Example


Text Example

White with #BF0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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