Html Css Color HEX #BF052D Venetian Red

📋 copy color: '#BF052D'

red 191 ◦ green 5 ◦ blue 45

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

Shades of Venetian Red #BF052D

Tints of Venetian Red #BF052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 79.25%
G = 2.07%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF052D (or 0xBF052D) is known color: Venetian Red. HEX triplet: BF, 05 and 2D. RGB value is (191,5,45). Sum of RGB (Red+Green+Blue) = 191+5+45=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF052D is #40FAD2. Grayscale: #414141. Windows color (decimal): -4258515 or 2950591. OLE color: 2950591.

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

Color convert

RGB 191 5 45 -
CMYK 0 0.97 0.76 0.25
HSL 347.1º 0.95% 0.38% -
HSV(B) 347.1º 0.97% 0.75% -
XYZ 22.01 11.37 3.52 -
YUV 65.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 191 5 45 0 0.97 0.76 0.25 347.1 0.95 0.38
Hex BF 5 2D 0 61 4C 19 15B 5F 26
Octal 277 5 55 0 141 114 31 533 137 46
Binary 10111111 101 101101 0 1100001 1001100 11001 101011011 1011111 100110

Color Harmonies of #BF052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF052D

Black with #BF052D

Text Example


Text Example

White with #BF052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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