Html Css Color HEX #BF0718 Venetian Red

📋 copy color: '#BF0718'

red 191 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #BF0718

Tints of Venetian Red #BF0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 86.04%
G = 3.15%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0718 (or 0xBF0718) is known color: Venetian Red. HEX triplet: BF, 07 and 18. RGB value is (191,7,24). Sum of RGB (Red+Green+Blue) = 191+7+24=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0718 is #40F8E7. Grayscale: #404040. Windows color (decimal): -4258024 or 1574847. OLE color: 1574847.

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

Color convert

RGB 191 7 24 -
CMYK 0 0.96 0.87 0.25
HSL 354.46º 0.93% 0.39% -
HSV(B) 354.46º 0.96% 0.75% -
XYZ 21.73 11.29 1.9 -
YUV 63.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 191 7 24 0 0.96 0.87 0.25 354.46 0.93 0.39
Hex BF 7 18 0 60 57 19 162 5D 27
Octal 277 7 30 0 140 127 31 542 135 47
Binary 10111111 111 11000 0 1100000 1010111 11001 101100010 1011101 100111

Color Harmonies of #BF0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0718

Black with #BF0718

Text Example


Text Example

White with #BF0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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