Html Css Color HEX #BF002E Venetian Red

📋 copy color: '#BF002E'

red 191 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #BF002E

Tints of Venetian Red #BF002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.41%

R = 80.59%
G = 0%
B = 19.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF002E (or 0xBF002E) is known color: Venetian Red. HEX triplet: BF, 00 and 2E. RGB value is (191,0,46). Sum of RGB (Red+Green+Blue) = 191+0+46=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002E is #40FFD1. Grayscale: #3E3E3E. Windows color (decimal): -4259794 or 3014847. OLE color: 3014847.

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

Color convert

RGB 191 0 46 -
CMYK 0 1 0.76 0.25
HSL 345.55º 1% 0.37% -
HSV(B) 345.55º 1% 0.75% -
XYZ 21.98 11.27 3.6 -
YUV 62.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 191 0 46 0 1 0.76 0.25 345.55 1 0.37
Hex BF 0 2E 0 64 4C 19 15A 64 25
Octal 277 0 56 0 144 114 31 532 144 45
Binary 10111111 0 101110 0 1100100 1001100 11001 101011010 1100100 100101

Color Harmonies of #BF002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF002E

Black with #BF002E

Text Example


Text Example

White with #BF002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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