Html Css Color HEX #BF041B Venetian Red

📋 copy color: '#BF041B'

red 191 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #BF041B

Tints of Venetian Red #BF041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 86.04%
G = 1.8%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF041B (or 0xBF041B) is known color: Venetian Red. HEX triplet: BF, 04 and 1B. RGB value is (191,4,27). Sum of RGB (Red+Green+Blue) = 191+4+27=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF041B is #40FBE4. Grayscale: #3E3E3E. Windows color (decimal): -4258789 or 1770687. OLE color: 1770687.

HSL color Cylindrical-coordinate representation of color #BF041B: hue angle of 352.62º 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 #BF041B is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 27 -
CMYK 0 0.98 0.86 0.25
HSL 352.62º 0.96% 0.38% -
HSV(B) 352.62º 0.98% 0.75% -
XYZ 21.73 11.24 2.06 -
YUV 62.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 191 4 27 0 0.98 0.86 0.25 352.62 0.96 0.38
Hex BF 4 1B 0 62 56 19 161 60 26
Octal 277 4 33 0 142 126 31 541 140 46
Binary 10111111 100 11011 0 1100010 1010110 11001 101100001 1100000 100110

Color Harmonies of #BF041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF041B

Black with #BF041B

Text Example


Text Example

White with #BF041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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