Html Css Color HEX #BF0219 Venetian Red

📋 copy color: '#BF0219'

red 191 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #BF0219

Tints of Venetian Red #BF0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 87.61%
G = 0.92%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0219 (or 0xBF0219) is known color: Venetian Red. HEX triplet: BF, 02 and 19. RGB value is (191,2,25). Sum of RGB (Red+Green+Blue) = 191+2+25=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0219 is #40FDE6. Grayscale: #3D3D3D. Windows color (decimal): -4259303 or 1639103. OLE color: 1639103.

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

Color convert

RGB 191 2 25 -
CMYK 0 0.99 0.87 0.25
HSL 352.7º 0.98% 0.38% -
HSV(B) 352.7º 0.99% 0.75% -
XYZ 21.68 11.19 1.94 -
YUV 61.13 107.62 220.63 -
System Red Green Blue C M Y K H S L
Decimal 191 2 25 0 0.99 0.87 0.25 352.7 0.98 0.38
Hex BF 2 19 0 63 57 19 161 62 26
Octal 277 2 31 0 143 127 31 541 142 46
Binary 10111111 10 11001 0 1100011 1010111 11001 101100001 1100010 100110

Color Harmonies of #BF0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0219

Black with #BF0219

Text Example


Text Example

White with #BF0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0219; }

 p { color: rgb(191,2,25); }

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

background-color css

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

 a { background-color: rgb(191,2,25); }

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

border-color css

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

 span { border-color: rgb(191,2,25); }

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