Html Css Color HEX #BF052B Venetian Red

📋 copy color: '#BF052B'

red 191 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #BF052B

Tints of Venetian Red #BF052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 79.92%
G = 2.09%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF052B (or 0xBF052B) is known color: Venetian Red. HEX triplet: BF, 05 and 2B. RGB value is (191,5,43). Sum of RGB (Red+Green+Blue) = 191+5+43=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF052B is #40FAD4. Grayscale: #404040. Windows color (decimal): -4258517 or 2819519. OLE color: 2819519.

HSL color Cylindrical-coordinate representation of color #BF052B: hue angle of 347.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF052B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 43 -
CMYK 0 0.97 0.77 0.25
HSL 347.74º 0.95% 0.38% -
HSV(B) 347.74º 0.97% 0.75% -
XYZ 21.98 11.36 3.32 -
YUV 64.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 191 5 43 0 0.97 0.77 0.25 347.74 0.95 0.38
Hex BF 5 2B 0 61 4D 19 15C 5F 26
Octal 277 5 53 0 141 115 31 534 137 46
Binary 10111111 101 101011 0 1100001 1001101 11001 101011100 1011111 100110

Color Harmonies of #BF052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF052B

Black with #BF052B

Text Example


Text Example

White with #BF052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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