Html Css Color HEX #BF0018 Venetian Red

📋 copy color: '#BF0018'

red 191 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #BF0018

Tints of Venetian Red #BF0018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.84%
G = 0%
B = 11.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0018 (or 0xBF0018) is known color: Venetian Red. HEX triplet: BF, 00 and 18. RGB value is (191,0,24). Sum of RGB (Red+Green+Blue) = 191+0+24=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0018 is #40FFE7. Grayscale: #3B3B3B. Windows color (decimal): -4259816 or 1573055. OLE color: 1573055.

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

Color convert

RGB 191 0 24 -
CMYK 0 1 0.87 0.25
HSL 352.46º 1% 0.37% -
HSV(B) 352.46º 1% 0.75% -
XYZ 21.65 11.14 1.87 -
YUV 59.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 191 0 24 0 1 0.87 0.25 352.46 1 0.37
Hex BF 0 18 0 64 57 19 160 64 25
Octal 277 0 30 0 144 127 31 540 144 45
Binary 10111111 0 11000 0 1100100 1010111 11001 101100000 1100100 100101

Color Harmonies of #BF0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0018

Black with #BF0018

Text Example


Text Example

White with #BF0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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