Html Css Color HEX #BF002B Venetian Red

📋 copy color: '#BF002B'

red 191 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #BF002B

Tints of Venetian Red #BF002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 81.62%
G = 0%
B = 18.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF002B (or 0xBF002B) is known color: Venetian Red. HEX triplet: BF, 00 and 2B. RGB value is (191,0,43). Sum of RGB (Red+Green+Blue) = 191+0+43=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002B is #40FFD4. Grayscale: #3E3E3E. Windows color (decimal): -4259797 or 2818239. OLE color: 2818239.

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

Color convert

RGB 191 0 43 -
CMYK 0 1 0.77 0.25
HSL 346.49º 1% 0.37% -
HSV(B) 346.49º 1% 0.75% -
XYZ 21.92 11.25 3.3 -
YUV 62.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 191 0 43 0 1 0.77 0.25 346.49 1 0.37
Hex BF 0 2B 0 64 4D 19 15A 64 25
Octal 277 0 53 0 144 115 31 532 144 45
Binary 10111111 0 101011 0 1100100 1001101 11001 101011010 1100100 100101

Color Harmonies of #BF002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF002B

Black with #BF002B

Text Example


Text Example

White with #BF002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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