Html Css Color HEX #BF0218 Venetian Red

📋 copy color: '#BF0218'

red 191 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #BF0218

Tints of Venetian Red #BF0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 88.02%
G = 0.92%
B = 11.06%

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

#BF0218 (or 0xBF0218) is known color: Venetian Red. HEX triplet: BF, 02 and 18. RGB value is (191,2,24). Sum of RGB (Red+Green+Blue) = 191+2+24=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0218 is #40FDE7. Grayscale: #3D3D3D. Windows color (decimal): -4259304 or 1573567. OLE color: 1573567.

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

Color convert

RGB 191 2 24 -
CMYK 0 0.99 0.87 0.25
HSL 353.02º 0.98% 0.38% -
HSV(B) 353.02º 0.99% 0.75% -
XYZ 21.67 11.19 1.88 -
YUV 61.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 191 2 24 0 0.99 0.87 0.25 353.02 0.98 0.38
Hex BF 2 18 0 63 57 19 161 62 26
Octal 277 2 30 0 143 127 31 541 142 46
Binary 10111111 10 11000 0 1100011 1010111 11001 101100001 1100010 100110

Color Harmonies of #BF0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0218

Black with #BF0218

Text Example


Text Example

White with #BF0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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