Html Css Color HEX #BF0027 Venetian Red

📋 copy color: '#BF0027'

red 191 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #BF0027

Tints of Venetian Red #BF0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 83.04%
G = 0%
B = 16.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF0027 (or 0xBF0027) is known color: Venetian Red. HEX triplet: BF, 00 and 27. RGB value is (191,0,39). Sum of RGB (Red+Green+Blue) = 191+0+39=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0027 is #40FFD8. Grayscale: #3D3D3D. Windows color (decimal): -4259801 or 2556095. OLE color: 2556095.

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

Color convert

RGB 191 0 39 -
CMYK 0 1 0.80 0.25
HSL 347.75º 1% 0.37% -
HSV(B) 347.75º 1% 0.75% -
XYZ 21.85 11.22 2.93 -
YUV 61.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 191 0 39 0 1 0.80 0.25 347.75 1 0.37
Hex BF 0 27 0 64 50 19 15C 64 25
Octal 277 0 47 0 144 120 31 534 144 45
Binary 10111111 0 100111 0 1100100 1010000 11001 101011100 1100100 100101

Color Harmonies of #BF0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0027

Black with #BF0027

Text Example


Text Example

White with #BF0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0027; }

 p { color: rgb(191,0,39); }

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

background-color css

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

 a { background-color: rgb(191,0,39); }

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

border-color css

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

 span { border-color: rgb(191,0,39); }

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