Html Css Color HEX #BF0118 Venetian Red

📋 copy color: '#BF0118'

red 191 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #BF0118

Tints of Venetian Red #BF0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 88.43%
G = 0.46%
B = 11.11%

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

#BF0118 (or 0xBF0118) is known color: Venetian Red. HEX triplet: BF, 01 and 18. RGB value is (191,1,24). Sum of RGB (Red+Green+Blue) = 191+1+24=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0118 is #40FEE7. Grayscale: #3C3C3C. Windows color (decimal): -4259560 or 1573311. OLE color: 1573311.

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

Color convert

RGB 191 1 24 -
CMYK 0 0.99 0.87 0.25
HSL 352.74º 0.99% 0.38% -
HSV(B) 352.74º 0.99% 0.75% -
XYZ 21.66 11.16 1.88 -
YUV 60.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 191 1 24 0 0.99 0.87 0.25 352.74 0.99 0.38
Hex BF 1 18 0 63 57 19 161 63 26
Octal 277 1 30 0 143 127 31 541 143 46
Binary 10111111 1 11000 0 1100011 1010111 11001 101100001 1100011 100110

Color Harmonies of #BF0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0118

Black with #BF0118

Text Example


Text Example

White with #BF0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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