Html Css Color HEX #BF051D Venetian Red

📋 copy color: '#BF051D'

red 191 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #BF051D

Tints of Venetian Red #BF051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 84.89%
G = 2.22%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF051D (or 0xBF051D) is known color: Venetian Red. HEX triplet: BF, 05 and 1D. RGB value is (191,5,29). Sum of RGB (Red+Green+Blue) = 191+5+29=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF051D is #40FAE2. Grayscale: #3F3F3F. Windows color (decimal): -4258531 or 1902015. OLE color: 1902015.

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

Color convert

RGB 191 5 29 -
CMYK 0 0.97 0.85 0.25
HSL 352.26º 0.95% 0.38% -
HSV(B) 352.26º 0.97% 0.75% -
XYZ 21.76 11.27 2.19 -
YUV 63.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 191 5 29 0 0.97 0.85 0.25 352.26 0.95 0.38
Hex BF 5 1D 0 61 55 19 160 5F 26
Octal 277 5 35 0 141 125 31 540 137 46
Binary 10111111 101 11101 0 1100001 1010101 11001 101100000 1011111 100110

Color Harmonies of #BF051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF051D

Black with #BF051D

Text Example


Text Example

White with #BF051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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