Html Css Color HEX #BF0414 Venetian Red

📋 copy color: '#BF0414'

red 191 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #BF0414

Tints of Venetian Red #BF0414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 88.84%
G = 1.86%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF0414 (or 0xBF0414) is known color: Venetian Red. HEX triplet: BF, 04 and 14. RGB value is (191,4,20). Sum of RGB (Red+Green+Blue) = 191+4+20=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0414 is #40FBEB. Grayscale: #3D3D3D. Windows color (decimal): -4258796 or 1311935. OLE color: 1311935.

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

Color convert

RGB 191 4 20 -
CMYK 0 0.98 0.90 0.25
HSL 354.87º 0.96% 0.38% -
HSV(B) 354.87º 0.98% 0.75% -
XYZ 21.66 11.21 1.68 -
YUV 61.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 191 4 20 0 0.98 0.90 0.25 354.87 0.96 0.38
Hex BF 4 14 0 62 5A 19 163 60 26
Octal 277 4 24 0 142 132 31 543 140 46
Binary 10111111 100 10100 0 1100010 1011010 11001 101100011 1100000 100110

Color Harmonies of #BF0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0414

Black with #BF0414

Text Example


Text Example

White with #BF0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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