Html Css Color HEX #BF0720 Venetian Red

📋 copy color: '#BF0720'

red 191 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #BF0720

Tints of Venetian Red #BF0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 83.04%
G = 3.04%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0720 (or 0xBF0720) is known color: Venetian Red. HEX triplet: BF, 07 and 20. RGB value is (191,7,32). Sum of RGB (Red+Green+Blue) = 191+7+32=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0720 is #40F8DF. Grayscale: #404040. Windows color (decimal): -4258016 or 2099135. OLE color: 2099135.

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

Color convert

RGB 191 7 32 -
CMYK 0 0.96 0.83 0.25
HSL 351.85º 0.93% 0.39% -
HSV(B) 351.85º 0.96% 0.75% -
XYZ 21.82 11.33 2.4 -
YUV 64.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 191 7 32 0 0.96 0.83 0.25 351.85 0.93 0.39
Hex BF 7 20 0 60 53 19 160 5D 27
Octal 277 7 40 0 140 123 31 540 135 47
Binary 10111111 111 100000 0 1100000 1010011 11001 101100000 1011101 100111

Color Harmonies of #BF0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0720

Black with #BF0720

Text Example


Text Example

White with #BF0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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