Html Css Color HEX #BF0413 Venetian Red

📋 copy color: '#BF0413'

red 191 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #BF0413

Tints of Venetian Red #BF0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 89.25%
G = 1.87%
B = 8.88%

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

#BF0413 (or 0xBF0413) is known color: Venetian Red. HEX triplet: BF, 04 and 13. RGB value is (191,4,19). Sum of RGB (Red+Green+Blue) = 191+4+19=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0413 is #40FBEC. Grayscale: #3D3D3D. Windows color (decimal): -4258797 or 1246399. OLE color: 1246399.

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

Color convert

RGB 191 4 19 -
CMYK 0 0.98 0.90 0.25
HSL 355.19º 0.96% 0.38% -
HSV(B) 355.19º 0.98% 0.75% -
XYZ 21.65 11.21 1.64 -
YUV 61.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 191 4 19 0 0.98 0.90 0.25 355.19 0.96 0.38
Hex BF 4 13 0 62 5A 19 163 60 26
Octal 277 4 23 0 142 132 31 543 140 46
Binary 10111111 100 10011 0 1100010 1011010 11001 101100011 1100000 100110

Color Harmonies of #BF0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0413

Black with #BF0413

Text Example


Text Example

White with #BF0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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