Html Css Color HEX #BF0620 Venetian Red

📋 copy color: '#BF0620'

red 191 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #BF0620

Tints of Venetian Red #BF0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 83.41%
G = 2.62%
B = 13.97%

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

#BF0620 (or 0xBF0620) is known color: Venetian Red. HEX triplet: BF, 06 and 20. RGB value is (191,6,32). Sum of RGB (Red+Green+Blue) = 191+6+32=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0620 is #40F9DF. Grayscale: #404040. Windows color (decimal): -4258272 or 2098879. OLE color: 2098879.

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

Color convert

RGB 191 6 32 -
CMYK 0 0.97 0.83 0.25
HSL 351.57º 0.94% 0.39% -
HSV(B) 351.57º 0.97% 0.75% -
XYZ 21.81 11.31 2.4 -
YUV 64.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 191 6 32 0 0.97 0.83 0.25 351.57 0.94 0.39
Hex BF 6 20 0 61 53 19 160 5E 27
Octal 277 6 40 0 141 123 31 540 136 47
Binary 10111111 110 100000 0 1100001 1010011 11001 101100000 1011110 100111

Color Harmonies of #BF0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0620

Black with #BF0620

Text Example


Text Example

White with #BF0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0620; }

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

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

background-color css

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

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

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

border-color css

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

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

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