Html Css Color HEX #BF052C Venetian Red

📋 copy color: '#BF052C'

red 191 ◦ green 5 ◦ blue 44

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

Shades of Venetian Red #BF052C

Tints of Venetian Red #BF052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.33%

R = 79.58%
G = 2.08%
B = 18.33%

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

#BF052C (or 0xBF052C) is known color: Venetian Red. HEX triplet: BF, 05 and 2C. RGB value is (191,5,44). Sum of RGB (Red+Green+Blue) = 191+5+44=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF052C is #40FAD3. Grayscale: #414141. Windows color (decimal): -4258516 or 2885055. OLE color: 2885055.

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

Color convert

RGB 191 5 44 -
CMYK 0 0.97 0.77 0.25
HSL 347.42º 0.95% 0.38% -
HSV(B) 347.42º 0.97% 0.75% -
XYZ 21.99 11.37 3.42 -
YUV 65.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 191 5 44 0 0.97 0.77 0.25 347.42 0.95 0.38
Hex BF 5 2C 0 61 4D 19 15B 5F 26
Octal 277 5 54 0 141 115 31 533 137 46
Binary 10111111 101 101100 0 1100001 1001101 11001 101011011 1011111 100110

Color Harmonies of #BF052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF052C

Black with #BF052C

Text Example


Text Example

White with #BF052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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