Html Css Color HEX #BF0617 Venetian Red

📋 copy color: '#BF0617'

red 191 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #BF0617

Tints of Venetian Red #BF0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 86.82%
G = 2.73%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF0617 (or 0xBF0617) is known color: Venetian Red. HEX triplet: BF, 06 and 17. RGB value is (191,6,23). Sum of RGB (Red+Green+Blue) = 191+6+23=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0617 is #40F9E8. Grayscale: #3F3F3F. Windows color (decimal): -4258281 or 1509055. OLE color: 1509055.

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

Color convert

RGB 191 6 23 -
CMYK 0 0.97 0.88 0.25
HSL 354.49º 0.94% 0.39% -
HSV(B) 354.49º 0.97% 0.75% -
XYZ 21.71 11.27 1.84 -
YUV 63.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 191 6 23 0 0.97 0.88 0.25 354.49 0.94 0.39
Hex BF 6 17 0 61 58 19 162 5E 27
Octal 277 6 27 0 141 130 31 542 136 47
Binary 10111111 110 10111 0 1100001 1011000 11001 101100010 1011110 100111

Color Harmonies of #BF0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0617

Black with #BF0617

Text Example


Text Example

White with #BF0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0617; }

 p { color: rgb(191,6,23); }

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

background-color css

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

 a { background-color: rgb(191,6,23); }

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

border-color css

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

 span { border-color: rgb(191,6,23); }

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