Html Css Color HEX #BF041D Venetian Red

📋 copy color: '#BF041D'

red 191 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #BF041D

Tints of Venetian Red #BF041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 85.27%
G = 1.79%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF041D (or 0xBF041D) is known color: Venetian Red. HEX triplet: BF, 04 and 1D. RGB value is (191,4,29). Sum of RGB (Red+Green+Blue) = 191+4+29=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF041D is #40FBE2. Grayscale: #3E3E3E. Windows color (decimal): -4258787 or 1901759. OLE color: 1901759.

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

Color convert

RGB 191 4 29 -
CMYK 0 0.98 0.85 0.25
HSL 351.98º 0.96% 0.38% -
HSV(B) 351.98º 0.98% 0.75% -
XYZ 21.75 11.25 2.19 -
YUV 62.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 191 4 29 0 0.98 0.85 0.25 351.98 0.96 0.38
Hex BF 4 1D 0 62 55 19 160 60 26
Octal 277 4 35 0 142 125 31 540 140 46
Binary 10111111 100 11101 0 1100010 1010101 11001 101100000 1100000 100110

Color Harmonies of #BF041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF041D

Black with #BF041D

Text Example


Text Example

White with #BF041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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