Html Css Color HEX #BF0120 Venetian Red

📋 copy color: '#BF0120'

red 191 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #BF0120

Tints of Venetian Red #BF0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 85.27%
G = 0.45%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0120 (or 0xBF0120) is known color: Venetian Red. HEX triplet: BF, 01 and 20. RGB value is (191,1,32). Sum of RGB (Red+Green+Blue) = 191+1+32=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0120 is #40FEDF. Grayscale: #3D3D3D. Windows color (decimal): -4259552 or 2097599. OLE color: 2097599.

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

Color convert

RGB 191 1 32 -
CMYK 0 0.99 0.83 0.25
HSL 350.21º 0.99% 0.38% -
HSV(B) 350.21º 0.99% 0.75% -
XYZ 21.76 11.2 2.38 -
YUV 61.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 191 1 32 0 0.99 0.83 0.25 350.21 0.99 0.38
Hex BF 1 20 0 63 53 19 15E 63 26
Octal 277 1 40 0 143 123 31 536 143 46
Binary 10111111 1 100000 0 1100011 1010011 11001 101011110 1100011 100110

Color Harmonies of #BF0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0120

Black with #BF0120

Text Example


Text Example

White with #BF0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0120; }

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

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

background-color css

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

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

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

border-color css

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

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

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