Html Css Color HEX #BF061A Venetian Red

📋 copy color: '#BF061A'

red 191 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #BF061A

Tints of Venetian Red #BF061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 85.65%
G = 2.69%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF061A (or 0xBF061A) is known color: Venetian Red. HEX triplet: BF, 06 and 1A. RGB value is (191,6,26). Sum of RGB (Red+Green+Blue) = 191+6+26=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF061A is #40F9E5. Grayscale: #3F3F3F. Windows color (decimal): -4258278 or 1705663. OLE color: 1705663.

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

Color convert

RGB 191 6 26 -
CMYK 0 0.97 0.86 0.25
HSL 353.51º 0.94% 0.39% -
HSV(B) 353.51º 0.97% 0.75% -
XYZ 21.74 11.28 2.01 -
YUV 63.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 191 6 26 0 0.97 0.86 0.25 353.51 0.94 0.39
Hex BF 6 1A 0 61 56 19 162 5E 27
Octal 277 6 32 0 141 126 31 542 136 47
Binary 10111111 110 11010 0 1100001 1010110 11001 101100010 1011110 100111

Color Harmonies of #BF061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF061A

Black with #BF061A

Text Example


Text Example

White with #BF061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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